summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ReindentMartin Storsjö2010-03-15
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-15
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
* ReindentMartin Storsjö2010-03-15
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-15
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
* Add a new field AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
* 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