summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move increment after debug printBaptiste Coudurier2009-05-161-1/+1
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-151-120/+102
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-151-3/+3
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-151-14/+1
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-151-0/+4
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-151-9/+9
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-151-66/+66
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-151-4/+0
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-151-2/+2
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-151-2/+3
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-154-12/+17
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-151-1/+2
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-151-2/+2
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-151-10/+44
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-153-5/+17
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-151-3/+4
* reindentBaptiste Coudurier2009-05-151-24/+24
* remove unneeded length checksBaptiste Coudurier2009-05-151-5/+1
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-151-5/+5
* Implement av_set_options_string().Stefano Sabatini2009-05-142-0/+158
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-141-5/+7
* change cts type to int, save some spaceBaptiste Coudurier2009-05-141-1/+1
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-141-2/+5
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-142-1/+3
* Make case insensitive the match for the color name inStefano Sabatini2009-05-142-4/+4
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-141-1/+3
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-141-2/+2
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-141-36/+36
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-142-25/+25
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2009-05-141-0/+2
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-141-1/+1
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-141-2/+12
* Use skip_bits_long() for large skipsDavid Conrad2009-05-144-5/+5
* Add PCE support to the ADTS muxer.Alex Converse2009-05-131-5/+16
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-132-0/+49
* Cosmetics after last commitAlex Converse2009-05-131-3/+1
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-133-9/+2
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-132-5/+5
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-132-4/+45
* align and update doxygenBaptiste Coudurier2009-05-131-12/+12
* remove commentBaptiste Coudurier2009-05-131-1/+1
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-132-6/+32
* Add a quick description to the H.264 BSFAlex Converse2009-05-131-0/+1
* factorize av_set_pts_infoBaptiste Coudurier2009-05-131-3/+2
* cosmetics, alignmentBaptiste Coudurier2009-05-131-1/+1
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-3/+3
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-4/+4
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-123-6/+6
* v210 mov fourccBaptiste Coudurier2009-05-121-0/+2
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-121-0/+1