| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: warns the user when the selected pixel format is ignored | Stefano Sabatini | 2011-03-27 | 1 | -1/+7 |
* | cmdutils: remove list_fmts(), simplify | Stefano Sabatini | 2011-03-26 | 1 | -1/+4 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -0/+1 |
|\ |
|
| * | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 1 | -0/+1 |
* | | ffmpeg: include conditionally the sws_flags variable | Stefano Sabatini | 2011-03-25 | 1 | -2/+2 |
* | | Make multiple Ctrl-C capable to kill stuck protocols. | Michael Niedermayer | 2011-03-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -54/+6 |
|\| |
|
| * | Make sure kbhit() is in conio.h | Dave Yeo | 2011-03-22 | 1 | -3/+3 |
| * | Do no modify terminal parameters using termios.h | Panagiotis H.M. Issaris | 2011-03-20 | 1 | -54/+6 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -1/+1 |
|\| |
|
| * | ffmpeg: modify help text for the map option | Stefano Sabatini | 2011-03-20 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Fix compilation error when CONFIG_AVFILTER is not defined. | Thierry Foucu | 2011-03-17 | 1 | -2/+7 |
* | | Merge branch 'master' of git://git.ffmpeg.org/ffmpeg | Michael Niedermayer | 2011-03-12 | 1 | -1/+0 |
|\| |
|
| * | ffmpeg: remove unused variable in ffmpeg_exit() | Stefano Sabatini | 2011-03-12 | 1 | -1/+0 |
| * | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -2/+2 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
| * | ffmpeg: Use av_pkt_dump_log2 | Martin Storsjö | 2011-03-02 | 1 | -1/+2 |
| * | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -2/+2 |
| * | lavf: add av_ prefix to dump_format() | Anton Khirnov | 2011-02-16 | 1 | -5/+5 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -3/+3 |
| * | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-09 | 1 | -8/+3 |
| * | cmdutils: fix opt_values leak | James Zern | 2011-02-05 | 1 | -1/+0 |
| * | Adopt pkt_dts/pkt_pts in lavc clients | Alexander Strange | 2011-02-05 | 1 | -2/+3 |
| * | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-04 | 1 | -15/+1 |
| * | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-04 | 1 | -4/+1 |
| * | ffmpeg.c: rename map_meta_data option to map_metadata | Anton Khirnov | 2011-02-02 | 1 | -2/+12 |
| * | Make ffmpeg warns the user when the selected sample format is ignored. | Stefano Sabatini | 2011-01-31 | 1 | -1/+7 |
| * | Make local variables static. | Diego Elio Pettenò | 2011-01-25 | 1 | -2/+2 |
| * | Do not set audio_resample to 0 if audio_sync_method is > 1. | Stefano Sabatini | 2011-01-24 | 1 | -1/+3 |
| * | streamid does not work with newaudio, newvideo, newsubtitle | Mike Scheutzow | 2011-01-22 | 1 | -1/+0 |
* | | Do not use AVFMT_FLAG_NONBLOCK for the output file. | Carl Eugen Hoyos | 2011-03-08 | 1 | -1/+0 |
* | | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-08 | 1 | -2/+2 |
* | | Make sure the first q press doesnt f*ck up the protocols and thus written files. | Michael Niedermayer | 2011-03-07 | 1 | -1/+2 |
* | | Fix seting of decode_interrupt_cb() | Michael Niedermayer | 2011-03-07 | 1 | -2/+3 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -2/+2 |
* | | ffmpeg: Use av_pkt_dump_log2 | Martin Storsjö | 2011-03-03 | 1 | -1/+2 |
* | | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -2/+2 |
* | | Fix issue2619. | Michael Niedermayer | 2011-02-19 | 1 | -1/+2 |
* | | lavf: add av_ prefix to dump_format() | Anton Khirnov | 2011-02-18 | 1 | -5/+5 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -3/+3 |
* | | Restructure video filter implemenattion in ffmpeg.c. | Michael Niedermayer | 2011-02-14 | 1 | -57/+71 |
* | | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-11 | 1 | -8/+3 |
* | | Implement guessed_pts in avcodec_decode_video2 | Nicolas George | 2011-02-07 | 1 | -3/+1 |
* | | cmdutils: fix opt_values leak | James Zern | 2011-02-06 | 1 | -1/+0 |
* | | Adopt pkt_dts/pkt_pts in lavc clients | Alexander Strange | 2011-02-06 | 1 | -2/+3 |
* | | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-06 | 1 | -15/+1 |
* | | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-06 | 1 | -4/+1 |
* | | ffmpeg.c: rename map_meta_data option to map_metadata | Anton Khirnov | 2011-02-04 | 1 | -2/+12 |
* | | Add sample_aspect_ratio fields to vsrc_buffer arguments. | Michael Niedermayer | 2011-01-31 | 1 | -2/+16 |