87 Commits (cde81e52f2d6e17383aced57fe6312eafa79cacf)

Author SHA1 Message Date
Rémi Denis-Courmont cde81e52f2 avcodec: remove support for old versions 13 years ago
Rémi Denis-Courmont 118c5be360 avcodec: update to audio4 decoding API 13 years ago
Felix Paul Kühne d32a6bc1d1 avcodec: remove 'lowres' option since it is ignored by libav 13 years ago
Vittorio Giovara 062b886122 Add gui option one libav/ffmpeg flag2 parameter 13 years ago
Jean-Baptiste Kempf 0af60c3e6e Avcodec, restore the threads count to auto 13 years ago
Rafaël Carré 82845085b9 Use precise version check for FFmpeg/libav 13 years ago
Rafaël Carré 084c96f1d3 FFmpeg doesn't use the same version numbers than Libav 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Jean-Baptiste Kempf 3005c14f93 Update required version of libavcodec to 53.34 14 years ago
Rémi Denis-Courmont e7eb250a25 avcodec: move hardware decoding into dedicated plugins (fixes #7220) 14 years ago
Jean-Baptiste Kempf 7fa3799ae2 Kill a deprecation warning 14 years ago
Jean-Baptiste Kempf c311b5fa97 Avcodec: set the cpu flags/mask in modern version of libavutil 14 years ago
Rémi Denis-Courmont 8d59ba01d3 avcodec: disable threading by default 14 years ago
Jean-Baptiste Kempf 2723790468 s/FFmpeg/libavcodec where applicable 14 years ago
Jean-Baptiste Kempf dc4db7148f Avcodec: use the standard includes 14 years ago
Rémi Denis-Courmont ca923dceb2 Separate string list and string list callback 14 years ago
Felix Paul Kühne 219549e680 avcodec: enable 'avcodec-hw' by default on OS X 14 years ago
Rémi Denis-Courmont 0fbbb451f8 avcodec: factor CPU detection code 14 years ago
Rémi Denis-Courmont b1a0789432 Check for 3D Now! at build time 14 years ago
Rémi Denis-Courmont 0ed12fd66f Check for SSE4 at build time where possible 14 years ago
Rémi Denis-Courmont 58dd22531f Check for SSSE3 at build time if possible 14 years ago
Rémi Denis-Courmont 6f7ffd3165 Check for SSE3 at build-time if possible 14 years ago
Rémi Denis-Courmont edfb6e4ad2 Check for SSE2 at build-time if possible 14 years ago
Rémi Denis-Courmont 615a016b4c Check for MMXEXT and SSE at build-time if possible 14 years ago
Rémi Denis-Courmont 5288c3823c Check for MMX at build-time if possible 14 years ago
Rémi Denis-Courmont a257811bb6 cpu: do not define capabilities on platforms that do not have them 14 years ago
Sebastien Zwickert 300cf98e16 avcodec: Mac OS X Video Acceleration (VDA) support (close #3558) 14 years ago
Ilkka Ollakka 1d981d16b7 avcodec: set rc-buffer-size to 0, as it is default in ffmpeg/avconv 14 years ago
Laurent Aimar 59ae308b75 Fixed support of G726. 14 years ago
Rui Zhang e0a4ac832b Avcodec: disable delayed opening for packetized AAC data 14 years ago
Rafaël Carré 637db918ed Sanitize FFmpeg modules options 14 years ago
Rafaël Carré c80302423b libav*: move avformat/avcodec init to a single header file 14 years ago
Ilkka Ollakka a64b15e7be avcodec: Allow encoding standard stricted to be from -2 to 2 14 years ago
Rafaël Carré 20155f800e libav*: remove broken use of log callback 14 years ago
Rafaël Carré 8f24e725ff avcodec: update to libavcodec 54 14 years ago
Rafaël Carré 35d7ee9930 ffmpeg: add ffmpeg-codec and sout-ffmpeg-codec 15 years ago
Rémi Denis-Courmont c8ab50b954 Remove references to non-existent Altivec plugins 15 years ago
Konstantin Pavlov 4308323da5 Update av* code to use new APIs after Libav Big Bump. 15 years ago
Ilkka Ollakka 4bd7c5a156 avcodec: mark skiploopfilter as non-advanced option, it's in simple prefs 15 years ago
Jean-Baptiste Kempf d1a04e1f3b FFmpeg: remove support for misplaced headers 15 years ago
Jean-Baptiste Kempf 4c35990dab FFMPEG_COMMON_MEMBERS => AVCODEC_COMMON_MEMBERS 15 years ago
Jean-Baptiste Kempf f97d345de8 Mark ffmpeg-fast and ffmpeg-hw as normal preferences. 15 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Denis-Courmont 85ba4839e6 add_float: remove callback parameter 16 years ago
Rémi Denis-Courmont 3204d23260 Remove legacy parameter from add_string() 16 years ago
Rémi Denis-Courmont e5622718c1 Remove unused change_integer_list parameter 16 years ago
Jai Menon 49b3b98b18 AVCodec : Allow delayed opening of audio codecs. 16 years ago
Jai Menon 6233041035 AVCodec : Set audio related parameters in ffmpeg_OpenCodec and use it for audio decoder initialization. 16 years ago
Jai Menon 512acd87b9 AVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark it as non-static. 16 years ago