summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-23
* asv1enc: switch to encode2().Anton Khirnov2012-02-23
* libschroedingerenc: switch to encode2().Anton Khirnov2012-02-23
* ffv1enc: switch to encode2().Anton Khirnov2012-02-23
* libtheoraenc: switch to encode2().Anton Khirnov2012-02-23
* jpeglsenc: switch to encode2().Anton Khirnov2012-02-23
* lclenc: switch to encode2().Anton Khirnov2012-02-23
* qtrleenc: switch to encode2().Anton Khirnov2012-02-23
* flacdec: set channel_layout based on channel countJustin Ruggles2012-02-22
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
* swscale: fix filtersize clipping.Ronald S. Bultje2012-02-22
* dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndexRafaël Carré2012-02-22
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-22
* rm: prevent infinite loops for index parsing.Ronald S. Bultje2012-02-22
* aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse2012-02-22
* mov: Add more HDV and XDCAM FourCCs.Alex Converse2012-02-22
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-22
* rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje2012-02-22
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-22
* mlpdec_parser: fix a few channel layouts.Tim Walker2012-02-22
* Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-22
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-22
* flvdec: Ignore the index if the ignidx flag is setMartin Storsjö2012-02-22
* flvdec: Fix indentationMartin Storsjö2012-02-22
* movdec: Don't parse all fragments if ignidx is setMartin Storsjö2012-02-22
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-22
* prores: use natural integer type for the codebook indexChristophe GISQUET2012-02-22
* mov: Add support for MPEG2 HDV 720p24 (hdv4)Alex Converse2012-02-21
* swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-21
* swscale: variable declaration and placement cosmeticsDiego Biurrun2012-02-21
* mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-21
* Add names for more channel layouts to the channel layout map.Tim W2012-02-21
* sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra2012-02-21
* avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-21
* Add prores regression test.Reimar Döffinger2012-02-21
* Enable already existing rso regression test.Reimar Döffinger2012-02-21
* Add regression test for "sox" format muxer/demuxer.Reimar Döffinger2012-02-21
* Add dpx encoding regression test.Carl Eugen Hoyos2012-02-21
* swscale: K&R formatting cosmetics for PowerPC code (part I/II)Diego Biurrun2012-02-21
* img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun2012-02-21
* Clarify licensing information about files borrowed from libjpeg.Diego Biurrun2012-02-21
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* avplay: fix -threads optionJanne Grunau2012-02-21
* dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-21
* mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-21
* gif: K&R formatting cosmeticsAneesh Dogra2012-02-21
* png: make .long_name more descriptivePaul B Mahol2012-02-21
* movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö2012-02-21
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-20