summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: better dox for *pts.Michael Niedermayer2012-02-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\
* | ffmpeg: change sync_opts code to be more similar to qatar.Michael Niedermayer2012-02-08
* | ffmpeg: update (next_)pts in the stream copy caseMichael Niedermayer2012-02-08
* | ffmpeg: use ist->dts in rate_emu_sleep()Michael Niedermayer2012-02-08
* | ffmpeg: use ist->dts in do_streamcopy()Michael Niedermayer2012-02-08
* | ffmpeg: remove setting fb->pts.Anton Khirnov2012-02-08
* | ffmpeg: reduce overloading for InputStream.pts.Anton Khirnov2012-02-08
* | ffmpeg: update dts variables in transcode_audio()Michael Niedermayer2012-02-08
* | ffmpeg: move next_dts/pts update out of transcode_video()Michael Niedermayer2012-02-08
* | ffmpeg: update ist->pts in transcode_audio with the audio decoders output.Michael Niedermayer2012-02-08
* | ffmpeg: print more details and rescaled timestamps in debug code.Michael Niedermayer2012-02-08
* | ffmpeg: use (next_)dts in timestamp discontinuity detection code.Michael Niedermayer2012-02-08
* | ffmpeg: Use the correct (dts) variables for stream copy.Michael Niedermayer2012-02-08
* | ffmpeg: Fix (next)_dts/pts init.Michael Niedermayer2012-02-08
* | ffmpeg: use ist->dts instead of passing an argument into transcode_video().Michael Niedermayer2012-02-08
* | ffmpeg: Init dts variables in output_packet()Michael Niedermayer2012-02-08
* | ffmpeg: add (next_dts/dts) variables.Michael Niedermayer2012-02-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-08
|\|
* | ffmpeg: document the unit for the -fs option parameterStefano Sabatini2012-02-06
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-06
* | ffmpeg: document avi special caseMichael Niedermayer2012-02-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-04
|\|
* | ffmpeg: fix -map_channel being ignored when resampling is not needed.Clément Bœsch2012-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-31
|\|
* | Fallback to input timestamps for non-delay encoders.Reimar Döffinger2012-01-29
* | Add -vsync drop.Reimar Döffinger2012-01-28
* | Compare video_sync_method against the appropriate defines.Reimar Döffinger2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
* | ffmpeg: fix -qscale X breaking audio codecsMichael Niedermayer2012-01-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-26
|\|
| * Remove ffmpeg.Anton Khirnov2012-01-23
| * cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-19
* | ffmpeg: add image size check to codec_get_buffer()Michael Niedermayer2012-01-25
* | ffmpeg: Allocate buffers of the size needed by the decoder.Michael Niedermayer2012-01-24
* | git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch ffmpeg.cMichael Niedermayer2012-01-21
* | ffmpeg: remove unused and commented variable OutputStream.sync_iptsStefano Sabatini2012-01-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-18
|\|
* | Fix memleak after switch to encode_audio2 API.Reimar Döffinger2012-01-17
* | ffmpeg: check tcgetattr result.Reimar Döffinger2012-01-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-17
|\|
* | Increase maximum encoding video buffer size.Carl Eugen Hoyos2012-01-14
* | ffmpeg: fix return value in opt_old2new after e3127db4.Clément Bœsch2012-01-13
* | ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.Clément Bœsch2012-01-13
* | ffmpeg: fix parse_option() string memleak.Clément Bœsch2012-01-13
* | ffmpeg.c: transcode_video(): do not go through filter network if encoding is ...Nicolas Noirbent2012-01-13
* | ffmpeg: clarify error message in case of bitstream filter opening failureStefano Sabatini2012-01-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-13
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
* | libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-09