summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Reindent after last commitAlex Converse2009-07-08
* Prevent AAC frame size overflows.Alex Converse2009-07-08
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-08
* Turn on AAC rate control.Alex Converse2009-07-08
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger2009-07-08
* Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger2009-07-08
* Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier2009-07-08
* Add block_align to sox input.Phil Rutschman2009-07-08
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-08
* Baptiste will maintain qt-faststart from now on.Diego Biurrun2009-07-07
* Mention removal of libamr support in the changelog.Diego Biurrun2009-07-07
* whitespace cosmetics: Realign colums after last commit.Diego Biurrun2009-07-07
* Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of justDiego Biurrun2009-07-07
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
* flvdec: expose metadata through the generic metadata APIAurelien Jacobs2009-07-06
* flvdec: re-enable metadata parsingAurelien Jacobs2009-07-06
* flvdec: don't set format and codec context from metadata valuesAurelien Jacobs2009-07-06
* Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger2009-07-06
* Change av_free to av_freepReimar Döffinger2009-07-06
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-06
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-06
* Remove useless ret variable added in last revision again.Reimar Döffinger2009-07-06
* 100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger2009-07-06
* Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger2009-07-06
* Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard2009-07-06
* libfaac no longer claims to be LGPL.Diego Biurrun2009-07-06
* The AltiVec code in libswscale no longer is under GPL.Diego Biurrun2009-07-05
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-05
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-05
* Add a check to vp6_parse_coeff_huffman to ensure it does not overread the inp...Reimar Döffinger2009-07-05
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-05
* Check that palctrl is available on init instead of crashing when trying to useReimar Döffinger2009-07-05
* fix a buffer overrun on corrupt huffyuv streamsLoren Merritt2009-07-04
* ARM: NEON VP3 IDCTDavid Conrad2009-07-04
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-04
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-04
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-04
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-04
* Use enum CodecID instead of int.Carl Eugen Hoyos2009-07-04
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-04
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-03
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-03