summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-191-1/+2
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-183-3/+15
* mov: Use defines for trun flagsMartin Storsjö2012-02-183-19/+27
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-183-17/+26
* proresenc: force bitrate not to exceed given limitKostya Shishkov2012-02-181-10/+62
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-183-3/+4
* wma: don't return 0 on invalid packets.Ronald S. Bultje2012-02-181-2/+6
* asf: prevent packet_size_left from going negative if hdrlen > pktlen.Ronald S. Bultje2012-02-181-0/+7
* mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje2012-02-181-2/+2
* rtpdec: Identify incorrectly signalled H263Martin Storsjö2012-02-183-10/+32
* vp8dsp: split long line.Ronald S. Bultje2012-02-181-1/+3
* aiff: don't skip block_align==0 check on COMM-after-SSND files.Ronald S. Bultje2012-02-171-2/+2
* dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-171-1/+6
* mp3on4: require a minimum framesize.Ronald S. Bultje2012-02-171-0/+4
* mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje2012-02-171-1/+1
* huffyuv: error out on bit overrun.Ronald S. Bultje2012-02-171-1/+1
* dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö2012-02-181-3/+3
* dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö2012-02-181-2/+0
* movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö2012-02-181-0/+6
* movenc: Write track durations with all bits set if duration is unknownMartin Storsjö2012-02-181-2/+8
* 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
* 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
OpenPOWER on IntegriCloud