summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lavc: drop encode() support for video.Anton Khirnov2012-02-231-40/+8
* snowenc: switch to encode2().Anton Khirnov2012-02-231-8/+20
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-231-23/+22
* a64multienc: switch to encode2().Anton Khirnov2012-02-232-14/+29
* a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-231-2/+0
* libxvid: switch to encode2().Anton Khirnov2012-02-231-21/+39
* tiffenc: switch to encode2().Anton Khirnov2012-02-231-13/+22
* tiffenc: properly forward error codes in encode_frame().Anton Khirnov2012-02-231-12/+12
* lavc: drop libdirac encoder.Anton Khirnov2012-02-234-410/+3
* gifenc: switch to encode2().Anton Khirnov2012-02-231-6/+19
* libvpxenc: switch to encode2().Anton Khirnov2012-02-231-26/+27
* flashsvenc: switch to encode2().Anton Khirnov2012-02-231-11/+15
* Remove libpostproc.Diego Biurrun2012-02-2315-6227/+3
* lcl: don't overwrite input memory.Ronald S. Bultje2012-02-231-3/+8
* swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje2012-02-231-0/+38
* swscale: fix underflows in firstline calculations for extreme resizes.Ronald S. Bultje2012-02-231-3/+3
* swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje2012-02-231-7/+7
* libxavs: switch to encode2().Anton Khirnov2012-02-231-25/+63
* libxavs: add an AVClass at the beginning of XavsContext.Anton Khirnov2012-02-231-0/+1
* libxavs: split extradata writing out of encode_nals().Anton Khirnov2012-02-231-11/+18
* ljpegenc: switch to encode2().Anton Khirnov2012-02-231-7/+25
* truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje2012-02-231-1/+1
* rtpenc: Add an error messageMartin Storsjö2012-02-231-2/+4
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-237-4/+126
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-234-4/+4
* asv1enc: switch to encode2().Anton Khirnov2012-02-231-10/+24
* libschroedingerenc: switch to encode2().Anton Khirnov2012-02-231-12/+31
* ffv1enc: switch to encode2().Anton Khirnov2012-02-231-11/+23
* libtheoraenc: switch to encode2().Anton Khirnov2012-02-231-11/+14
* jpeglsenc: switch to encode2().Anton Khirnov2012-02-231-10/+21
* lclenc: switch to encode2().Anton Khirnov2012-02-231-7/+19
* qtrleenc: switch to encode2().Anton Khirnov2012-02-231-12/+18
* flacdec: set channel_layout based on channel countJustin Ruggles2012-02-221-0/+13
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-226-5/+10
* swscale: fix filtersize clipping.Ronald S. Bultje2012-02-221-1/+2
* dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndexRafaël Carré2012-02-221-3/+1
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-224-428/+477
* rm: prevent infinite loops for index parsing.Ronald S. Bultje2012-02-221-3/+17
* aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse2012-02-221-12/+13
* mov: Add more HDV and XDCAM FourCCs.Alex Converse2012-02-221-0/+4
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-222-5/+1
* rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje2012-02-221-0/+1
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-221-4/+10
* mlpdec_parser: fix a few channel layouts.Tim Walker2012-02-221-4/+5
* Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-221-0/+4
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-222-24/+51
* flvdec: Ignore the index if the ignidx flag is setMartin Storsjö2012-02-221-0/+3
* flvdec: Fix indentationMartin Storsjö2012-02-221-2/+3
* movdec: Don't parse all fragments if ignidx is setMartin Storsjö2012-02-221-2/+3
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-222-3/+10