summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: only allocate output packet when we know there will be outputAnton Khirnov2012-02-211-14/+14
* Add names for more channel layouts to the channel layout map.Tim W2012-02-211-0/+18
* sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra2012-02-211-1/+5
* avcodec: do not override pts or duration from the audio encoderJustin Ruggles2012-02-211-3/+5
* Add prores regression test.Reimar Döffinger2012-02-213-0/+13
* Enable already existing rso regression test.Reimar Döffinger2012-02-211-0/+3
* Add regression test for "sox" format muxer/demuxer.Reimar Döffinger2012-02-212-0/+7
* Add dpx encoding regression test.Carl Eugen Hoyos2012-02-212-0/+7
* swscale: K&R formatting cosmetics for PowerPC code (part I/II)Diego Biurrun2012-02-212-303/+314
* img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun2012-02-211-8/+8
* Clarify licensing information about files borrowed from libjpeg.Diego Biurrun2012-02-211-2/+6
* Mark mutable static data const where appropriate.Alex Converse2012-02-2118-26/+26
* avplay: fix -threads optionJanne Grunau2012-02-211-12/+0
* dvbsubdec: avoid undefined signed left shift in RGBA macroJanne Grunau2012-02-211-1/+1
* mlpdec: use av_log_ask_for_sample()Paul B Mahol2012-02-211-18/+12
* gif: K&R formatting cosmeticsAneesh Dogra2012-02-211-70/+79
* png: make .long_name more descriptivePaul B Mahol2012-02-212-2/+2
* movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö2012-02-211-4/+9
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-207-30/+30
* adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles2012-02-202-5/+5
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-204-15/+21
* adx parser: set durationJustin Ruggles2012-02-201-0/+3
* mlp parser: set duration instead of frame_sizeJustin Ruggles2012-02-201-1/+1
* gsm parser: set durationJustin Ruggles2012-02-201-2/+12
* mpegaudio parser: set duration instead of frame_sizeJustin Ruggles2012-02-201-1/+1
* (e)ac3 parser: set duration instead of frame_sizeJustin Ruggles2012-02-201-1/+1
* flac parser: set duration instead of frame_sizeJustin Ruggles2012-02-201-4/+6
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-203-0/+24
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-204-3/+19
* pnmdec: remove useless .pix_fmtsPaul B Mahol2012-02-201-5/+0
* libmp3lame: support float and s32 sample formatsJustin Ruggles2012-02-201-11/+84
* libmp3lame: renaming, rearrangement, alignment, and commentsJustin Ruggles2012-02-201-35/+51
* libmp3lame: use the LAME default bit rateJustin Ruggles2012-02-201-2/+10
* libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsingJustin Ruggles2012-02-202-57/+8
* libmp3lame: cosmetics: remove some pointless commentsJustin Ruggles2012-02-201-2/+0
* libmp3lame: convert some debugging code to av_dlog()Justin Ruggles2012-02-201-5/+2
* libmp3lame: remove outdated comment.Justin Ruggles2012-02-201-2/+0
* libmp3lame: do not set coded_frame->key_frame.Justin Ruggles2012-02-201-1/+0
* libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-201-19/+25
* libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-201-5/+2
* hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-201-0/+4
* pcxenc: switch to encode2().Anton Khirnov2012-02-201-9/+22
* sgienc: switch to encode2().Anton Khirnov2012-02-201-14/+25
* targaenc: switch to encode2().Anton Khirnov2012-02-201-26/+30
* targaenc: don't modify input frame.Anton Khirnov2012-02-201-3/+1
* roqvideoenc: switch to encode2().Anton Khirnov2012-02-201-9/+16
* roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-202-9/+9
* pnmenc: switch to encode2().Anton Khirnov2012-02-201-13/+19
* huffyuv: switch to encode2().Anton Khirnov2012-02-201-9/+20
* v410enc: switch to encode2().Anton Khirnov2012-02-201-12/+13
OpenPOWER on IntegriCloud