summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-1829-199/+565
|\
| * als: prevent infinite loop in zero_remaining().Ronald S. Bultje2012-02-171-1/+1
| * cook: prevent div-by-zero if channels is zero.Ronald S. Bultje2012-02-171-0/+4
| * pamenc: switch to encode2().Anton Khirnov2012-02-171-10/+16
| * svq1enc: switch to encode2().Anton Khirnov2012-02-171-7/+17
| * dvenc: switch to encode2().Anton Khirnov2012-02-171-8/+17
| * dpxenc: switch to encode2().Anton Khirnov2012-02-171-13/+23
| * pngenc: switch to encode2().Anton Khirnov2012-02-171-8/+21
| * v210enc: switch to encode2().Anton Khirnov2012-02-171-10/+12
| * xwdenc: switch to encode2().Anton Khirnov2012-02-171-9/+12
| * ttadec: use branchless unsigned-to-signed unfoldingJustin Ruggles2012-02-171-2/+1
| * avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-177-3/+236
| * sunrast: Move common defines to a new header file.Aneesh Dogra2012-02-172-26/+52
| * cdxl: fix video decoding for some filesPaul B Mahol2012-02-171-14/+13
| * cdxl: fix audio for some samplesPaul B Mahol2012-02-171-7/+11
| * apetag: add proper support for binary tagsPaul B Mahol2012-02-171-8/+27
| * ttadec: remove dead codePaul B Mahol2012-02-171-28/+17
| * swscale: make access to filter data conditional on filter type.Ronald S. Bultje2012-02-171-10/+20
| * swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-172-7/+6
| * prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
| * swscale: make monowhite/black RGB-independent.Ronald S. Bultje2012-02-161-21/+36
| * flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2012-02-162-1/+10
| * wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-164-7/+13
* | Fix ffmpeg -codecs output.Carl Eugen Hoyos2012-02-171-1/+1
* | y41penc: switch to encode2()Paul B Mahol2012-02-171-9/+13
* | r210enc: switch to encode2()Paul B Mahol2012-02-171-12/+16
* | h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.Michael Niedermayer2012-02-171-1/+5
* | Make CDXL palette opaque.Carl Eugen Hoyos2012-02-171-1/+1
* | matroskadec: introduce resync function.Reimar Döffinger2012-02-171-6/+46
* | Add ismv regression test.Reimar Döffinger2012-02-173-1/+14
* | movenc: fix crashes if a stream is empty.Reimar Döffinger2012-02-171-1/+4
* | prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
* | movenc: leave st->codec->frame_size as is instead of forcing it to 1.Andrew Wason2012-02-171-1/+0
* | Makefile: fix proresdec dependanciesZongyao Qu2012-02-171-1/+1
* | ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-174-11/+54
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-1717-140/+244
|\ \ | |/
| * shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-161-6/+8
| * atrac3: Fix crash in tonal component decoding.Michael Niedermayer2012-02-161-0/+2
| * ws_snd1: Fix wrong samples counts.Michael Niedermayer2012-02-161-2/+2
| * movenc: Don't set a default sample duration when creating ismvMartin Storsjö2012-02-161-3/+4
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-166-5/+7
| * golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje2012-02-161-2/+2
| * bethsoftvid: synchronize video timestamps with audio sample rateJustin Ruggles2012-02-162-88/+100
| * bethsoftvid: add audio stream only after getting the first audio packetJustin Ruggles2012-02-161-15/+27
| * bethsoftvid: Set video packet duration instead of accumulating pts.Justin Ruggles2012-02-162-28/+25
| * bethsoftvid: set packet key frame flag for audio and I-frame video packets.Justin Ruggles2012-02-161-0/+3
| * bethsoftvid: fix read_packet() return codes.Justin Ruggles2012-02-161-9/+22
| * bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles2012-02-164-80/+112
| * sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö2012-02-161-0/+3
| * proresenc: initialise 'sign' variableKostya Shishkov2012-02-161-0/+2
OpenPOWER on IntegriCloud