summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | http: use ffurl_closep()Michael Niedermayer2012-06-011-8/+10
* | | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-012-3/+11
* | | lavf: use av_freep() in ffurl_close()Michael Niedermayer2012-06-011-1/+1
* | | tcp: Check the return values from bind and acceptMartin Storsjö2012-06-011-0/+8
* | | log: add category to AVClassMichael Niedermayer2012-06-012-1/+19
* | | ffmpeg: fix memleakMichael Niedermayer2012-06-011-0/+1
* | | dnxhd: replace asserts by av_assertsMichael Niedermayer2012-06-011-8/+8
* | | fate: only check stddev for acodec-ra144Michael Niedermayer2012-06-012-9/+7
* | | Let ffmpeg select the setpts filter.Carl Eugen Hoyos2012-06-011-3/+3
* | | swr: fix a few typo.Clément Bœsch2012-06-011-3/+3
* | | fate: try to fix 3rd md5 implementationMichael Niedermayer2012-06-011-1/+1
* | | 8svx: fix crashMichael Niedermayer2012-06-011-1/+1
* | | sgienc: add a limit for maximum supported resolutionPiotr Bandurski2012-06-011-0/+5
* | | qdm2: fix incorrect error spamMichael Niedermayer2012-06-011-1/+2
* | | libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-011-1/+2
* | | h264: Fail on DPC its not fully implementedMichael Niedermayer2012-05-311-0/+3
* | | dv-demux: dont mess with codec valuesMichael Niedermayer2012-05-311-3/+0
* | | jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-311-1/+1
* | | jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-311-2/+5
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-313-34/+59
|\ \ \ | |/ /
| * | fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machinesMichael Niedermayer2012-05-311-1/+1
| * | http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-301-8/+8
| * | http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-301-1/+19
| * | lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
| * | vp8: move block coeff arithcoder on stack.Ronald S. Bultje2012-05-301-18/+20
| * | mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje2012-05-302-10/+50
* | | h264: move q0 scan tables into contextMichael Niedermayer2012-05-313-23/+18
* | | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-311-2/+2
* | | mpeg4videodec: Check that cplx_estimation_* fits in the available spaceMichael Niedermayer2012-05-311-0/+4
* | | vf_overlay: rewrite request/push logic.Nicolas George2012-05-311-71/+154
* | | lavfi: add a generic API for buffer queues.Nicolas George2012-05-311-0/+111
* | | sink_buffer: guard against NULL frames.Nicolas George2012-05-311-0/+2
* | | gifenc: support resolutions up to 65535x65535Piotr Bandurski2012-05-311-0/+5
* | | mjpegenc: add a limit for maximum supported resolutionPiotr Bandurski2012-05-311-0/+5
* | | mxfenc: support 50 and 60 frame ratesMatthieu Bouron2012-05-311-2/+12
* | | ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer2012-05-311-1/+2
* | | ac3_probe: speedup by checking for header earlierMichael Niedermayer2012-05-311-0/+2
* | | probetest: allow specifying parameters on the command lineMichael Niedermayer2012-05-311-3/+10
* | | yop_probe: check more fields to avoid detecting random data as yopMichael Niedermayer2012-05-311-1/+6
* | | ffmpeg: allow overriding input top field firstMichael Niedermayer2012-05-311-0/+7
* | | binkaudio: check number of channelsPaul B Mahol2012-05-311-3/+3
* | | indeo5: check quant_matMichael Niedermayer2012-05-311-0/+4
* | | fate: dont freopen() stdoutMichael Niedermayer2012-05-312-4/+4
* | | range coder test code: decoding errors are av_log_error not debug.Michael Niedermayer2012-05-311-1/+1
* | | ffv1: fix reading global header with CRCMichael Niedermayer2012-05-311-1/+3
* | | avidec: fix odd extradata size case.Michael Niedermayer2012-05-311-1/+2
* | | libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer2012-05-314-5/+7
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-307-7/+195
|\ \ \ | |/ /
| * | pcm-mpeg: improve log message wordingChristian Schmidt2012-05-301-5/+5
| * | fate: add missing $(TARGET_PATH) to ac3-fixed-encodeMans Rullgard2012-05-301-1/+1