summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* random_seed: rewrite generic code.Michael Niedermayer2012-06-11
* Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-06-11
* mov: export orphan tmcd track metadata to global format metadata.Clément Bœsch2012-06-11
* mov: copy timecode metadata from tmcd track to the related video stream.Clément Bœsch2012-06-11
* mov: parse tref atom.Clément Bœsch2012-06-11
* movenc: add timecode track support.Clément Bœsch2012-06-11
* riff: add ISMP/timecode tag.Clément Bœsch2012-06-11
* ffmpeg: allow overriding framerate for stream copyMichael Niedermayer2012-06-11
* libvpxenc: add support for forced key framesJames Zern2012-06-11
* rangecoder: use av_assertMichael Niedermayer2012-06-10
* amrnbdec: use av_assertMichael Niedermayer2012-06-10
* j2k: remove unreachable assert()Michael Niedermayer2012-06-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-10
|\
| * libmp3lame: add missing layout terminatorMichael Niedermayer2012-06-10
| * avconv: multithreaded demuxing.Anton Khirnov2012-06-10
| * Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
| * audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
| * audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
| * audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
| * audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
| * vf_libopencv: add missing headers.Anton Khirnov2012-06-10
| * iac: add missing dependencyKostya Shishkov2012-06-10
* | dct-test: fix alignment in ff_prores_idct_put_10_sse2()Michael Niedermayer2012-06-10
* | postprocess: fix another void returning void function.Michael Niedermayer2012-06-10
* | lavfi: fix signature for default_filter_name()Stefano Sabatini2012-06-10
* | mpegtsenc: prevent pcr_packet_period==0Michael Niedermayer2012-06-10
* | tiffenc: use av_assert()Michael Niedermayer2012-06-10
* | vf_fps: set frame_rate.Nicolas George2012-06-10
* | vf_tile: update deprecated functions.Nicolas George2012-06-10
* | vf_tile: set frame_rate.Nicolas George2012-06-10
* | sdl: fix aspect ratio computations.Nicolas George2012-06-10
* | sdl: fix overlay size.Nicolas George2012-06-10
* | sdl: add AVFMT_VARIABLE_FPS and AVFMT_NOTIMESTAMPS.Nicolas George2012-06-10
* | bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer2012-06-10
* | sink_buffer: dont return void from void functions.Michael Niedermayer2012-06-10
* | libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASMMichael Niedermayer2012-06-10
* | libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASMMichael Niedermayer2012-06-10
* | libavcodec/x86/dwt.c: move some missed things under HAVE_YASMMichael Niedermayer2012-06-10
* | dct-test: fix #if for ff_prores_idct_put_10_sse2()Michael Niedermayer2012-06-10
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-10
* | fate-acodec-dca2: add bitexact flagMichael Niedermayer2012-06-10
* | enc_dec_pcm: add bitexact flagMichael Niedermayer2012-06-10
* | cmdutils: dont return void from a void functionMichael Niedermayer2012-06-10
* | h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer2012-06-10
* | libopenjpegdec: make use of FF_ARRAY_ELEMSPaul B Mahol2012-06-09
* | libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mappingJames Zern2012-06-10
* | lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini2012-06-10
* | libopenjpeg: YUVA422P and YUVA444P supportPaul B Mahol2012-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\|
| * h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-09