summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-1613-527/+669
* 100L, revert r22560, already presentBaptiste Coudurier2010-03-151-1/+0
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-151-4/+4
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-153-7/+7
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-153-4/+4
* mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier2010-03-151-0/+1
* Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell2010-03-151-5/+4
* H264: fix signed overflow in constant multiplicationMåns Rullgård2010-03-151-1/+1
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-153-3/+12
* Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer2010-03-154-5/+5
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-151-1/+1
* Support intra_dc_precision>8 in jpegMichael Niedermayer2010-03-154-32/+35
* Allow mpeg style yuv in jpeg when strict standard compliance is small enough.Michael Niedermayer2010-03-151-1/+5
* Add FATE testsMåns Rullgård2010-03-15352-0/+30389
* cosmetics : Print newline after error message.Jai Menon2010-03-151-2/+2
* use mpeg2 quantization bias for mjpeg.Michael Niedermayer2010-03-157-37/+34
* ReindentMartin Storsjö2010-03-151-3/+3
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö2010-03-151-4/+14
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-152-2/+7
* ReindentMartin Storsjö2010-03-151-1/+1
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-152-0/+9
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-155-6/+5
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-151-0/+4
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-152-3/+3
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-151-0/+3
* Add a new field AVFormatContext.start_time_realtimeMartin Storsjö2010-03-151-1/+10
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-151-1/+1
* Add dependencies used by the RDT and ASF/RTP codeMartin Storsjö2010-03-151-0/+1
* ffmpeg: Combine variable declaration and definitionAlexander Strange2010-03-151-2/+1
* ffmpeg: Factor out redundant sync_ipts calculationAlexander Strange2010-03-151-3/+6
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-151-1/+1
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-149-53/+60
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-141-1/+1
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-142-31/+85
* DWT: x86 init should depend on HAVE_MMXMåns Rullgård2010-03-141-1/+1
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-141-1/+1
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-141-0/+3
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-141-1/+5
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-144-9/+96
* Fix brief make output for generated tablesMåns Rullgård2010-03-142-5/+5
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-144-67/+176
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-142-0/+6
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-143-25/+25
* Separate DWT from snow and dsputilMåns Rullgård2010-03-1412-975/+1046
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-141-1/+2
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-143-7/+12
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-141-1/+1
* Lexically sort the error code definitions.Stefano Sabatini2010-03-141-4/+5
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-141-6/+12
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-131-2/+1
OpenPOWER on IntegriCloud