9940 Commits (e482c2e2fbae77876ab9b9efb1082ee30dd1aaba)

Author SHA1 Message Date
Jason Garrett-Glaser 351653a51e VC-1/WMV: Remove redundant ff_init_block_index() calls. 16 years ago
Alexander Strange d2d5e06735 H.264: Fix memory leaks with multithreading. 16 years ago
Jason Garrett-Glaser 73b02e2460 SSE version of clear_blocks 16 years ago
Jason Garrett-Glaser 010f98f96a VC-1/WMV3 decoding: don't clear blocks unless they're actually used. 16 years ago
Jason Garrett-Glaser 4f717c69ed idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. 16 years ago
Jason Garrett-Glaser 41faa87886 Fix typo in vc1.c, make capitalization in warning/error messages more consistent. 16 years ago
Ramiro Polla 7cc8d616aa Fix unaligned accesses by doing bytewise access until aligned, then 16 years ago
Baptiste Coudurier 2c608fed3a print error when dv frame profile cannot be found 16 years ago
Baptiste Coudurier d509c743b7 check if frame size matches old sys and assumes corrupted input, fixes #1192 16 years ago
Peter Ross 7d58228055 Initialise MAD decode_block_intra() loop iterator to zero. 16 years ago
Vladimir Voroshilov 94994d8d9a G.729 decoder initialization routine (skeleton) 16 years ago
Vladimir Voroshilov 730c1e4a06 Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 16 years ago
Justin Ruggles 7ca1295985 Do not guess the channel layout when getting its string value. 16 years ago
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