9827 Commits (3198f6187a0b659a1bc4678270a93c9942fc2a0f)

Author SHA1 Message Date
Justin Ruggles 0fb6a8b339 Remove the 3-front-channel layout from the list of channel layout 16 years ago
Kostya Shishkov 0d5390b062 Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). 16 years ago
Peter Ross c63ea92bf2 Electronic Arts Madcow decoder 16 years ago
Alex Converse d4eeef0c19 Cosmetics: Re-indent after last commit 16 years ago
Alex Converse 85e9296f41 Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be 16 years ago
Jason Garrett-Glaser fc3fc0293d Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. 16 years ago
Sascha Sommer c0e9b2e84f Move run level decode functionality to ff_wma_run_level_decode 16 years ago
Sascha Sommer e8c7f81cf2 cosmetics: Add brackets between if/else 16 years ago
Sascha Sommer 523c09ca44 Add additional sample rates to the frame len bits calculation code 16 years ago
Sascha Sommer cee4bb894d Move frame len bits calculation to ff_wma_get_frame_len_bits 16 years ago
Diego Biurrun ae1374ce10 cosmetics: Prettyprint and reformat wma.c closer to K&R style. 16 years ago
Jimmy Christensen 94d3d6a468 DPX (Digital Picture Exchange) image decoder 16 years ago
Diego Biurrun 477ffff218 The internal header libavutil/internal.h should not be used outside libavutil. 16 years ago
Diego Biurrun 233816820d 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. 16 years ago
Diego Biurrun b761659bef Split decoder-specific code off from vc1.c into vc1dec.c and keep code 16 years ago
Baptiste Coudurier 844d17fb14 Add const in cast. Removes warning: 16 years ago
Baptiste Coudurier 89bc05d1ea give s->resample_context to avoid segfault, avclass was moved 16 years ago
David Conrad 77fc598d98 Disable native Vorbis encoder; quality is much worse than libvorbis and 16 years ago
Diego Biurrun 17492d5e40 Add code to enable and disable all VAAPI and VDPAU parts. 16 years ago
Haruhiko Yamagata b19d493f2b Add field prev_interlaced_frame to H264Context to be able to flag soft telecine 16 years ago
Diego Biurrun 28b80940ff Express the H.264 parser dependency on the golomb code in configure instead of 16 years ago
Diego Biurrun ef434a4b24 Add missing dependencies for H.264 and VC-1 parsers. 16 years ago
Luca Abeni 747069e254 Properly initialize AVFrames to default values in the MPEG decoder (fixes 16 years ago
Michael Niedermayer f1b99cc63b Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. 16 years ago
Diego Biurrun 1e15e5366f Remove comments that refer to fixed-point AMR implementations. 16 years ago
Baptiste Coudurier ae8d21fb45 clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen 16 years ago
Vladimir Voroshilov d4a9255699 K&R formatting of already submitted G.729 code 16 years ago
Vladimir Voroshilov 3bbc46102b Convert structure names to FFmpeg style 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Kostya Shishkov 10ae4bb477 Get new buffer during frame decoding in VB video decoder, not only once 16 years ago
Vladimir Voroshilov e72c65f583 Internal routine should not use name of standard function. 16 years ago
Vladimir Voroshilov 8dbd0a95ee Remove ff_g729_ and g729_ prefixes from static routines. 16 years ago
Diego Biurrun 0b175caac8 Add support for external OpenCORE libraries for AMR-NB/WB support. 16 years ago
Baptiste Coudurier f3908a82bc vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 6d3530ce2b zmbv decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 35b2c65756 vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier c0bd35c70c renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier fa27733cea tmv decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier a08e67e70d tiff image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 7f57905d55 vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 89978e35a2 targa image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier da04a14889 sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 2b2b7f41de snow decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier d65c1feead smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier c7af8b4e07 kmvc decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 80e8e25ef2 ptx image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier f4499c955a libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier d0a7936710 png decoder use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier f1cdd863a5 pcx decoder use get_buffer, set CODEC_CAP_DR1 16 years ago
Baptiste Coudurier 5f27348bd3 pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 16 years ago