aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atGravatar reimar2010-02-17
* libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
* Revert marking seemingly unused XAnim-binary-related functions as static.Gravatar diego2010-02-17
* Revert marking seemingly unused RealAudio/RealVideo-related functions as static.Gravatar diego2010-02-17
* libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* #include corresponding .h files in .c files.Gravatar diego2010-02-16
* Add header for init_global_rawdv_decoder() instead of forward declaring it.Gravatar diego2010-02-16
* Add header file for mplayer_audio_read() instead of forward declaring it.Gravatar diego2010-02-16
* Add support for decoding 4:2:2 and 4:4:4 Theora files.Gravatar reimar2010-02-14
* Move movie_aspect extern declaration to libmpcodecs/vd.h.Gravatar diego2010-02-14
* ReindentGravatar reimar2010-02-14
* Just use goto instead of reimplementing it badly with a do { } while (0) andGravatar reimar2010-02-14
* Change aspect calculation code to switch to floating point earlier so integerGravatar reimar2010-02-14
* Return NULL instead of 0 for function returning a pointer.Gravatar reimar2010-02-14
* Mark uninit() as static; it is only used within the file.Gravatar diego2010-02-14
* Remove useless casts.Gravatar reimar2010-02-14
* Remove useless code, QUERY_FORMAT already ensures the requested format is sup...Gravatar reimar2010-02-14
* Make vd_functions_t describing codecs const.Gravatar reimar2010-02-14
* Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutGravatar reimar2010-02-14
* Remove excessive ()Gravatar reimar2010-02-14
* Remove stray '/' from comment block, fixes the warning:Gravatar diego2010-02-13
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* libass: fix PAR correctionGravatar greg2010-02-09
* Estimate pts of additional frame generated by tfields also if correct-pts isGravatar reimar2010-02-01
* Enable query_format for vf_tfields to make sure it isn't used for formatsGravatar reimar2010-02-01
* Fix -vf tfields=1 so it does not read out of bounds or leave parts of theGravatar reimar2010-02-01
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Remove confusing comment.Gravatar diego2010-01-30
* Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
* Add an option to cropdetect to periodically reset the detected area.Gravatar reimar2010-01-26
* Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...Gravatar reimar2010-01-24
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.Gravatar reimar2010-01-24
* Move the resync-related code into more consistent places instead of having itGravatar reimar2010-01-24
* Switch -vf halfpack to use only public API of libswscale.Gravatar reimar2010-01-23
* Make the scale filter prefer yuv conversions that do not need chroma scaling.Gravatar reimar2010-01-23
* Remove the query_format_cache, it is extra complexity that makes improvementsGravatar reimar2010-01-23
* Simplify loop conditionGravatar reimar2010-01-23
* Make sure that a qstride of 0 (intentional or not) does not completely breakGravatar reimar2010-01-23
* Remove any auto-inserted lavc filter.Gravatar reimar2010-01-22
* Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* Reuse the fmt-conversion code instead of duplicating the functionality.Gravatar reimar2010-01-17
* Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.Gravatar reimar2010-01-17
* We only need to disable seeking back in ad_ffmpeg when we actually _use_Gravatar reimar2010-01-15
* 100l, fix typo that caused ad_hwac3 to fail to compile.Gravatar reimar2010-01-12
* Attempt a simple hack to fix -ac hwdtsGravatar reimar2010-01-12
* More changes needed to make ad_hwac3 truly independent from liba52.Gravatar reimar2010-01-11
* Let the format filter do the AC3 endianness conversion instead of duplicatingGravatar reimar2010-01-11
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,Gravatar reimar2010-01-11