summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Fix compilation error when CONFIG_AVFILTER is not defined.Thierry Foucu2011-03-17
* Merge branch 'master' of git://git.ffmpeg.org/ffmpegMichael Niedermayer2011-03-12
|\
| * ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini2011-03-12
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-02
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-09
| * cmdutils: fix opt_values leakJames Zern2011-02-05
| * Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-05
| * Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
| * ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-02
| * Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-31
| * Make local variables static.Diego Elio Pettenò2011-01-25
| * Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-24
| * streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-22
* | Do not use AVFMT_FLAG_NONBLOCK for the output file.Carl Eugen Hoyos2011-03-08
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | Make sure the first q press doesnt f*ck up the protocols and thus written files.Michael Niedermayer2011-03-07
* | Fix seting of decode_interrupt_cb()Michael Niedermayer2011-03-07
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | ffmpeg: Use av_pkt_dump_log2Martin Storsjö2011-03-03
* | avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* | Fix issue2619.Michael Niedermayer2011-02-19
* | lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-18
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Restructure video filter implemenattion in ffmpeg.c.Michael Niedermayer2011-02-14
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-11
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-07
* | cmdutils: fix opt_values leakJames Zern2011-02-06
* | Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-06
* | Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-06
* | Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-06
* | ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-04
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
* | Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-31
* | Make local variables static.Diego Elio Pettenò2011-01-26
* | Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-26
* | streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-23
|/
* Update threshold to detect real timebase for stream copy.Michael Niedermayer2011-01-18
* Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer2011-01-17
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-14
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-14
* Reindent after 26330.Ronald S. Bultje2011-01-14
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier2011-01-12
* Fix warnings:Baptiste Coudurier2011-01-11