| Commit message (Expand) | Author | Age | Files | Lines |
* | move increment after debug print | Baptiste Coudurier | 2009-05-16 | 1 | -1/+1 |
* | cosmetics: K&R coding style, indent correctly, break overly long lines | Diego Biurrun | 2009-05-15 | 1 | -120/+102 |
* | Replace 'x == 0' if conditions with '!x'. | Diego Biurrun | 2009-05-15 | 1 | -3/+3 |
* | cosmetics: Remove pointless {}. | Diego Biurrun | 2009-05-15 | 1 | -14/+1 |
* | Surround AMR_WB encoding code by appropriate #ifdefs. | Diego Biurrun | 2009-05-15 | 1 | -0/+4 |
* | cosmetics: Move some more code around to avoid #ifdeffery. | Diego Biurrun | 2009-05-15 | 1 | -9/+9 |
* | cosmetics: Move functions around so that encoding and decoding functions are | Diego Biurrun | 2009-05-15 | 1 | -66/+66 |
* | Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after | Diego Biurrun | 2009-05-15 | 1 | -4/+0 |
* | Add av_cold attribute to amr_nb decoding/encoding initialization functions. | Diego Biurrun | 2009-05-15 | 1 | -2/+2 |
* | Bugfix for bug introduced in the multichannel cook patchset. | Benjamin Larsson | 2009-05-15 | 1 | -2/+3 |
* | mlp: Simplify adressing of state and coeffs arrays for both filters by making | Ramiro Polla | 2009-05-15 | 4 | -12/+17 |
* | mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. | Ramiro Polla | 2009-05-15 | 1 | -1/+2 |
* | Ensure that we don't read from invalid memory with B-frame qpel | David Conrad | 2009-05-15 | 1 | -2/+2 |
* | write 'stps' for mpeg-2 open gop in .mov | Baptiste Coudurier | 2009-05-15 | 1 | -10/+44 |
* | decode mpeg-2 closed gop first b frames, fix issue #824 | Baptiste Coudurier | 2009-05-15 | 3 | -5/+17 |
* | free Track and unset priv_data to avoid double free, fix memleak | Baptiste Coudurier | 2009-05-15 | 1 | -3/+4 |
* | reindent | Baptiste Coudurier | 2009-05-15 | 1 | -24/+24 |
* | remove unneeded length checks | Baptiste Coudurier | 2009-05-15 | 1 | -5/+1 |
* | change pic type to Picture* and remove casts | Baptiste Coudurier | 2009-05-15 | 1 | -5/+5 |
* | Implement av_set_options_string(). | Stefano Sabatini | 2009-05-14 | 2 | -0/+158 |
* | use flags field and remove key_frame field | Baptiste Coudurier | 2009-05-14 | 1 | -5/+7 |
* | change cts type to int, save some space | Baptiste Coudurier | 2009-05-14 | 1 | -1/+1 |
* | Document av_set_string3() returned error codes. | Stefano Sabatini | 2009-05-14 | 1 | -2/+5 |
* | Add support in av_parse_color() to a "random" color name, which will | Stefano Sabatini | 2009-05-14 | 2 | -1/+3 |
* | Make case insensitive the match for the color name in | Stefano Sabatini | 2009-05-14 | 2 | -4/+4 |
* | Make av_set_string3() print a message in case of unknown option. | Stefano Sabatini | 2009-05-14 | 1 | -1/+3 |
* | Provide a context to av_log() calls in av_set_number2() and | Stefano Sabatini | 2009-05-14 | 1 | -2/+2 |
* | Use a single space after an ending period and the beginning of the | Stefano Sabatini | 2009-05-14 | 1 | -36/+36 |
* | Apply documentation fixes: use third person, fix grammar and remove | Stefano Sabatini | 2009-05-14 | 2 | -25/+25 |
* | Add gnu/kfreebsd to list of recognized operating systems. | Andres Mejia | 2009-05-14 | 1 | -0/+2 |
* | Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") | Siarhei Siamashka | 2009-05-14 | 1 | -1/+1 |
* | Fix VBV delay for mpeg1/2 CBR. | Michael Niedermayer | 2009-05-14 | 1 | -2/+12 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 4 | -5/+5 |
* | Add PCE support to the ADTS muxer. | Alex Converse | 2009-05-13 | 1 | -5/+16 |
* | Subroutine to copy an AAC Program Config Element (PCE) | Alex Converse | 2009-05-13 | 2 | -0/+49 |
* | Cosmetics after last commit | Alex Converse | 2009-05-13 | 1 | -3/+1 |
* | Allow parsing and decoding of ADTS AAC files with channel config = 0 | Alex Converse | 2009-05-13 | 3 | -9/+2 |
* | Move the ADTS header size to the parser's header file. | Alex Converse | 2009-05-13 | 2 | -5/+5 |
* | parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop | Baptiste Coudurier | 2009-05-13 | 2 | -4/+45 |
* | align and update doxygen | Baptiste Coudurier | 2009-05-13 | 1 | -12/+12 |
* | remove comment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. | Baptiste Coudurier | 2009-05-13 | 2 | -6/+32 |
* | Add a quick description to the H.264 BSF | Alex Converse | 2009-05-13 | 1 | -0/+1 |
* | factorize av_set_pts_info | Baptiste Coudurier | 2009-05-13 | 1 | -3/+2 |
* | cosmetics, alignment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -3/+3 |
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -4/+4 |
* | Fix bandwith vs. bandwiDth typo. | Diego Biurrun | 2009-05-12 | 3 | -6/+6 |
* | v210 mov fourcc | Baptiste Coudurier | 2009-05-12 | 1 | -0/+2 |
* | v210 avi fourcc, v210_720p.avi | Baptiste Coudurier | 2009-05-12 | 1 | -0/+1 |