summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tta: fix 24-bit decoding.Justin Ruggles2012-01-071-1/+1
| * | ipmovie: Add param change side data if the video dimensions have changedPaul B Mahol2012-01-071-2/+16
| * | interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-071-4/+4
| * | libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
| * | libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
| * | indeo3: check motion vectors for validityJanne Grunau2012-01-071-4/+18
| * | indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-071-0/+3
| * | electronicarts: check bytes per sample for validityJanne Grunau2012-01-071-0/+5
* | | g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible...Michael Niedermayer2012-01-081-1/+1
* | | dca: Fix uninitialized variable warnings.Michael Niedermayer2012-01-081-2/+2
* | | ffserver: check chdir() returnMichael Niedermayer2012-01-081-1/+4
* | | jpegdec: support ilv=1 grayscale jpeg-ls.Michael Niedermayer2012-01-081-3/+4
* | | ljpegdec: support non zero MCU for RGB. 2nd tryMichael Niedermayer2012-01-081-2/+12
* | | ffprobe: add support to video frame information printingStefano Sabatini2012-01-074-8/+154
* | | doc/filters.texi: fix typo in volume descriptionStefano Sabatini2012-01-071-1/+1
* | | lavf: Do not attempt to use frame multi threading when probing.Michael Niedermayer2012-01-071-2/+9
* | | Cosmetics: Fix indentation.Carl Eugen Hoyos2012-01-071-2/+2
* | | Fix OOM error condition in idcin demuxer.Carl Eugen Hoyos2012-01-071-2/+2
* | | ffprobe: move header and trailer print from probe_file() to main()Stefano Sabatini2012-01-071-5/+7
* | | ffprobe: move writer context registration and initialization in main()Stefano Sabatini2012-01-071-32/+30
* | | cmdutils: make this_year extern, so it can be referenced from other .o filesStefano Sabatini2012-01-072-1/+6
* | | cmdutils: make show_usage() use av_log()Stefano Sabatini2012-01-074-12/+12
* | | ffmpeg: Fix segfault with zzufed 4xm file.Oana Stratulat2012-01-071-2/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-079-128/+145
|\ \ \ | |/ /
| * | flicvideo: fix invalid readsLaurentiu Ion2012-01-061-89/+77
| * | vorbis: Avoid some out-of-bounds readsChris Evans2012-01-061-7/+8
| * | vqf: add more known extensionsPaul B Mahol2012-01-061-1/+1
| * | cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-061-9/+0
| * | h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-061-4/+4
| * | add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles2012-01-051-1/+30
| * | parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-063-0/+10
| * | spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula2012-01-051-1/+4
* | | ljpeg: Fix bits != 8 or 16 supportMichael Niedermayer2012-01-071-0/+4
* | | ljpeg: Add predictor=0 support.Michael Niedermayer2012-01-071-0/+1
* | | tta: Fix returned error code at EOFMichael Niedermayer2012-01-071-1/+1
* | | tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-071-1/+1
* | | Flush decoders correctly in avformat_find_stream_info().Reimar Döffinger2012-01-061-23/+28
* | | timecode: more tolerant frame rate check for drop flag.Clément Bœsch2012-01-061-1/+1
* | | ffprobe: exit in case generic options are incompatible with strict XML outputStefano Sabatini2012-01-061-0/+1
* | | ffprobe: fix NULL pointer dereference in writer_close()Stefano Sabatini2012-01-061-2/+4
* | | cmdutils: add print_program_info() used in both show_banner() and show_version()Stefano Sabatini2012-01-061-7/+17
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-0628-93/+201
|\ \ \ | |/ /
| * | ipmovie: do not read audio packets before the codec is knownJanne Grunau2012-01-051-0/+5
| * | truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-051-0/+6
| * | avio: Only do implicit network initialization for network protocolsMartin Storsjö2012-01-051-3/+5
| * | avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-0512-0/+18
| * | adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau2012-01-051-1/+5
| * | matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans2012-01-051-1/+1
| * | fate: Add missing reference file from 9b4767e4.Alex Converse2012-01-051-0/+8
| * | mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse2012-01-053-9/+37
OpenPOWER on IntegriCloud