summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-15
* Add dependencies used by the RDT and ASF/RTP codeMartin Storsjö2010-03-15
* ffmpeg: Combine variable declaration and definitionAlexander Strange2010-03-15
* ffmpeg: Factor out redundant sync_ipts calculationAlexander Strange2010-03-15
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-14
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
* DWT: x86 init should depend on HAVE_MMXMåns Rullgård2010-03-14
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-14
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-14
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-14
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
* Fix brief make output for generated tablesMåns Rullgård2010-03-14
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-14
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-14
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-14
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-14
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-14
* Lexically sort the error code definitions.Stefano Sabatini2010-03-14
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-14
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-13
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-13
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* Make the scale filter pass the pkt.pos information to the outputStefano Sabatini2010-03-13
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
* Make ffplay pass the packet.pos information to the filterchain, get itStefano Sabatini2010-03-13
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-13
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12