summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* IndentBenjamin Larsson2009-05-17
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-17
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-17
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-17
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-17
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-16
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-16
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Move img_convert_ctx to VideoState and free it in stream_close().Martin Storsjö2009-05-16
* Add missing frees to stream_close() and do_exit().Martin Storsjö2009-05-16
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-16
* move increment after debug printBaptiste Coudurier2009-05-16
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-15
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-15
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-15
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-15
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-15
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-15
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-15
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-15
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-15
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-15
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-15
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-15
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
* reindentBaptiste Coudurier2009-05-15
* remove unneeded length checksBaptiste Coudurier2009-05-15
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-15
* Implement av_set_options_string().Stefano Sabatini2009-05-14
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
* Add support in av_parse_color() to a "random" color name, which willStefano Sabatini2009-05-14
* Make case insensitive the match for the color name inStefano Sabatini2009-05-14
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-14
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-14
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-14
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* Add gnu/kfreebsd to list of recognized operating systems.Andres Mejia2009-05-14
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-14
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-13
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13