summaryrefslogtreecommitdiff
path: root/src/combined
AgeCommit message (Expand)Author
2008-03-31Correct the wavpack demuxer's MIME type data.Darren Salt
2008-03-12Merge from 1.1.Darren Salt
2008-03-19Fix ffmpeg plugin build where source dir != build dir.Darren Salt
2008-03-18Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.Darren Salt
2008-03-06Fix DXR3 build with internal/new ffmpeg.Darren Salt
2008-03-04Merge from 1.1.Darren Salt
2008-03-04Fix libavcodec/dvdata.h-related build problems with older ffmpeg.Darren Salt
2008-03-01Remove stray #if and #endif.Diego 'Flameeyes' Pettenò
2008-03-01Merge from 1.2 tip.Diego 'Flameeyes' Pettenò
2008-03-01Add extra include, dvaudio always have to use internal copy.Diego 'Flameeyes' Pettenò
2008-03-01dvdata.h is no more in include path alone.Diego 'Flameeyes' Pettenò
2008-03-01Only include the toplevel ffmpeg directory, with the new style include it wor...Diego 'Flameeyes' Pettenò
2008-03-01Merge from 1.1.Diego 'Flameeyes' Pettenò
2008-02-29Merge from 1.1.Darren Salt
2008-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2008-01-26Merge from 1.1.Darren Salt
2008-01-25Advertise audio/x-wavpack mime type for WavPack demuxer.Diego 'Flameeyes' Pettenò
2008-01-25Advertise proper support for FLAC files.Diego 'Flameeyes' Pettenò
2008-01-17Merge from 1.1.Darren Salt
2008-01-15Fix missing semicolon.Diego 'Flameeyes' Pettenò
2008-01-14Update demuxer for 1.2 branch to the correct extensions and mimetype declared...Diego 'Flameeyes' Pettenò
2008-01-06Merge from 1.1.Darren Salt
2008-01-05Now that FFmpeg is always used external, move the ffmpeg-based MPEG encoderDiego 'Flameeyes' Pettenò
2008-01-05Move the dvaudio decoder into audio_dec.Diego 'Flameeyes' Pettenò
2008-01-05Merge from 1.2.Diego 'Flameeyes' Pettenò
2008-01-02Make speex_comment_keys constant, and use character arrays rather than litera...Diego 'Flameeyes' Pettenò
2008-01-01Merge (with adjustment) from 1.1.Darren Salt
2008-01-01Merge from 1.1.Darren Salt
2007-12-28Fix another included header.Diego 'Flameeyes' Pettenò
2007-12-23Fix for os_types.h move.Diego 'Flameeyes' Pettenò
2007-12-23Mark all supported_types constant.Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-22Move libffmpeg into combined/ffmpeg directory.Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-19Use memmem to search for the Annodex string, rather than reimplementing it by...Diego 'Flameeyes' Pettenò
2007-12-19Mark Annodex signature and its size static and constant.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Use default_demux_plugin_dispose as dispose function.Diego 'Flameeyes' Pettenò
2007-12-15Fix wrongly-named function.Diego 'Flameeyes' Pettenò
2007-12-13Use ME_FOURCC rather than four assertions.Diego 'Flameeyes' Pettenò
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-13Use memcmp() to compare the buffer with a string rather than strncmp.Diego 'Flameeyes' Pettenò
2007-12-13Replace four-bytes comparison with a ME_FOURCC comparison.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video decoder plugins.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for audio decoder plugins.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for demuxer plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò