| Commit message (Expand) | Author | Age | Files | Lines |
* | print error when dv frame profile cannot be found | Baptiste Coudurier | 2009-06-14 | 1 | -1/+3 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 2 | -2/+8 |
* | Initialise MAD decode_block_intra() loop iterator to zero. | Peter Ross | 2009-06-14 | 1 | -0/+1 |
* | G.729 decoder initialization routine (skeleton) | Vladimir Voroshilov | 2009-06-14 | 1 | -0/+8 |
* | Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, | Vladimir Voroshilov | 2009-06-14 | 2 | -6/+6 |
* | Do not guess the channel layout when getting its string value. | Justin Ruggles | 2009-06-13 | 1 | -3/+0 |
* | Remove the 3-front-channel layout from the list of channel layout | Justin Ruggles | 2009-06-13 | 1 | -1/+0 |
* | Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). | Kostya Shishkov | 2009-06-13 | 1 | -1/+2 |
* | Electronic Arts Madcow decoder | Peter Ross | 2009-06-13 | 4 | -1/+322 |
* | Cosmetics: Re-indent after last commit | Alex Converse | 2009-06-12 | 1 | -4/+4 |
* | Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be | Alex Converse | 2009-06-12 | 4 | -143/+150 |
* | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser | 2009-06-12 | 2 | -1/+3 |
* | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer | 2009-06-12 | 3 | -43/+74 |
* | cosmetics: Add brackets between if/else | Sascha Sommer | 2009-06-12 | 1 | -23/+30 |
* | Add additional sample rates to the frame len bits calculation code | Sascha Sommer | 2009-06-12 | 1 | -1/+17 |
* | Move frame len bits calculation to ff_wma_get_frame_len_bits | Sascha Sommer | 2009-06-12 | 2 | -8/+28 |
* | cosmetics: Prettyprint and reformat wma.c closer to K&R style. | Diego Biurrun | 2009-06-12 | 1 | -43/+44 |
* | DPX (Digital Picture Exchange) image decoder | Jimmy Christensen | 2009-06-12 | 4 | -0/+231 |
* | The internal header libavutil/internal.h should not be used outside libavutil. | Diego Biurrun | 2009-06-11 | 2 | -2/+0 |
* | 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. | Diego Biurrun | 2009-06-11 | 1 | -3/+3 |
* | Split decoder-specific code off from vc1.c into vc1dec.c and keep code | Diego Biurrun | 2009-06-11 | 3 | -3308/+3372 |
* | Add const in cast. Removes warning: | Baptiste Coudurier | 2009-06-11 | 1 | -1/+1 |
* | give s->resample_context to avoid segfault, avclass was moved | Baptiste Coudurier | 2009-06-11 | 1 | -4/+4 |
* | Disable native Vorbis encoder; quality is much worse than libvorbis and | David Conrad | 2009-06-11 | 1 | -1/+2 |
* | Add code to enable and disable all VAAPI and VDPAU parts. | Diego Biurrun | 2009-06-10 | 1 | -10/+12 |
* | Add field prev_interlaced_frame to H264Context to be able to flag soft telecine | Haruhiko Yamagata | 2009-06-09 | 2 | -6/+29 |
* | Express the H.264 parser dependency on the golomb code in configure instead of | Diego Biurrun | 2009-06-09 | 1 | -1/+1 |
* | Add missing dependencies for H.264 and VC-1 parsers. | Diego Biurrun | 2009-06-09 | 1 | -2/+2 |
* | Properly initialize AVFrames to default values in the MPEG decoder (fixes | Luca Abeni | 2009-06-09 | 1 | -0/+3 |
* | Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. | Michael Niedermayer | 2009-06-07 | 1 | -0/+6 |
* | Remove comments that refer to fixed-point AMR implementations. | Diego Biurrun | 2009-06-07 | 1 | -9/+1 |
* | clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen | Baptiste Coudurier | 2009-06-06 | 1 | -12/+10 |
* | K&R formatting of already submitted G.729 code | Vladimir Voroshilov | 2009-06-06 | 2 | -45/+26 |
* | Convert structure names to FFmpeg style | Vladimir Voroshilov | 2009-06-06 | 1 | -2/+2 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 6 | -56/+56 |
* | Get new buffer during frame decoding in VB video decoder, not only once | Kostya Shishkov | 2009-06-06 | 1 | -6/+8 |
* | Internal routine should not use name of standard function. | Vladimir Voroshilov | 2009-06-06 | 1 | -1/+1 |
* | Remove ff_g729_ and g729_ prefixes from static routines. | Vladimir Voroshilov | 2009-06-05 | 1 | -4/+4 |
* | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun | 2009-06-05 | 3 | -0/+329 |
* | vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | zmbv decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA... | Baptiste Coudurier | 2009-06-05 | 1 | -2/+2 |
* | renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | tmv decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | tiff image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -2/+2 |
* | targa image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | snow decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |