| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify run level decoding: | Sascha Sommer | 2009-06-20 | 1 | -30/+21 |
* | Fix indentation after the previous commit | Sascha Sommer | 2009-06-20 | 1 | -4/+4 |
* | Add support for escape coded wmapro run level coefficients | Sascha Sommer | 2009-06-20 | 2 | -0/+41 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 4 | -9/+11 |
* | Add support for encoding XSUB subtitles. Muxing support is still missing. | Reimar Döffinger | 2009-06-19 | 3 | -1/+224 |
* | Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder | Reimar Döffinger | 2009-06-19 | 1 | -2/+3 |
* | G.729 decoding routine (skeleton, including parameters decoding). | Vladimir Voroshilov | 2009-06-18 | 1 | -21/+92 |
* | ARM: slightly faster NEON H264 horizontal loop filter | Måns Rullgård | 2009-06-17 | 1 | -24/+25 |
* | VC-1/WMV: Remove redundant ff_init_block_index() calls. | Jason Garrett-Glaser | 2009-06-17 | 1 | -8/+12 |
* | H.264: Fix memory leaks with multithreading. | Alexander Strange | 2009-06-16 | 1 | -2/+3 |
* | SSE version of clear_blocks | Jason Garrett-Glaser | 2009-06-16 | 1 | -2/+26 |
* | VC-1/WMV3 decoding: don't clear blocks unless they're actually used. | Jason Garrett-Glaser | 2009-06-16 | 1 | -5/+4 |
* | idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. | Jason Garrett-Glaser | 2009-06-16 | 5 | -5/+305 |
* | Fix typo in vc1.c, make capitalization in warning/error messages more consist... | Jason Garrett-Glaser | 2009-06-16 | 1 | -2/+2 |
* | Fix unaligned accesses by doing bytewise access until aligned, then | Ramiro Polla | 2009-06-15 | 1 | -0/+2 |
* | 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 |