| Commit message (Expand) | Author | Age | Files | Lines |
* | Add init and uninit functions to cmdutils, reduces code duplication | Reimar Döffinger | 2010-10-02 | 1 | -10/+2 |
* | ffmpeg: replace MAX_STREAMS by an arbitrary sanity check | Aurelien Jacobs | 2010-10-01 | 1 | -0/+3 |
* | ffmpeg: dynamically allocate bitstream_filters | Aurelien Jacobs | 2010-10-01 | 1 | -1/+6 |
* | ffmpeg: dynamically allocate stream_maps | Aurelien Jacobs | 2010-10-01 | 1 | -2/+4 |
* | ffmpeg: dynamically allocate output_codecs | Aurelien Jacobs | 2010-10-01 | 1 | -9/+10 |
* | ffmpeg: dynamically allocate input_codecs | Aurelien Jacobs | 2010-10-01 | 1 | -9/+10 |
* | ffmpeg: dynamically allocate input_files_ts_scale | Aurelien Jacobs | 2010-10-01 | 1 | -3/+8 |
* | ffmpeg: dynamically allocate streamid_map | Aurelien Jacobs | 2010-10-01 | 1 | -5/+8 |
* | ffmpeg: add a grow_array() helper function | Aurelien Jacobs | 2010-10-01 | 1 | -0/+20 |
* | Rename libavutil/assert.h to avassert.h | Måns Rullgård | 2010-10-01 | 1 | -1/+1 |
* | av_assert() system. | Michael Niedermayer | 2010-09-30 | 1 | -9/+8 |
* | User application side of Codec specific parameters. | Michael Niedermayer | 2010-09-29 | 1 | -40/+47 |
* | use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*] | Janne Grunau | 2010-09-27 | 1 | -3/+3 |
* | Change the syntax of the crop filter from x:y:w:h to w:h:x:y. | Stefano Sabatini | 2010-09-24 | 1 | -3/+3 |
* | Doxy consistency cosmetics | Michael Niedermayer | 2010-09-24 | 1 | -1/+3 |
* | Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. | Michael Niedermayer | 2010-09-24 | 1 | -0/+3 |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 1 | -3/+3 |
* | Move log_callback_help to cmdutils.[hc], for allowing sharing. | Stefano Sabatini | 2010-09-20 | 1 | -9/+0 |
* | 10l: error in last commit. use decoder channels not encoder channels. | Justin Ruggles | 2010-09-18 | 1 | -1/+1 |
* | Change remaining ost->st->codec and ist->st->codec to enc and dec in | Justin Ruggles | 2010-09-18 | 1 | -7/+7 |
* | Update the audio sample rate when doing lowres audio decoding, before opening... | Martin Storsjö | 2010-09-09 | 1 | -0/+5 |
* | Factorize opt_new_{audio,video,subtitle} definitions. | Stefano Sabatini | 2010-08-24 | 1 | -26/+8 |
* | Cosmetics: rename out_video_filter to output_video_filter, for | Stefano Sabatini | 2010-08-24 | 1 | -12/+12 |
* | Make configure_filters() return a meaningful error code rather than | Stefano Sabatini | 2010-08-24 | 1 | -32/+31 |
* | indent | Ramiro Polla | 2010-08-24 | 1 | -24/+24 |
* | Make "-fs ss" mean "make output file of size equals or less than ss" | Vitor Sessak | 2010-08-23 | 1 | -1/+1 |
* | Change avfilter_open() signature, from: | Stefano Sabatini | 2010-08-11 | 1 | -4/+4 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -3/+4 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -1/+1 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -3/+3 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -2/+3 |
* | Reindent. | Stefano Sabatini | 2010-07-26 | 1 | -5/+5 |
* | Rename av_transcode() to transcode(). | Stefano Sabatini | 2010-07-26 | 1 | -2/+2 |
* | Rename av_exit() to ffmpeg_exit(). | Stefano Sabatini | 2010-07-25 | 1 | -87/+87 |
* | Use X ? Y : Z construct, simplify. | Stefano Sabatini | 2010-07-25 | 1 | -4/+1 |
* | Cosmetics: rename enc -> dec in opt_input_file(). | Stefano Sabatini | 2010-07-25 | 1 | -22/+22 |
* | FFmpeg : Replace some av_exit calls in av_transcode with branches to the | Jai Menon | 2010-07-18 | 1 | -4/+8 |
* | FFmpeg : Close input file and free any related memory if | Jai Menon | 2010-07-15 | 1 | -0/+1 |
* | Move frame_available computation to where it belongs in ffmpeg.c. | Michael Niedermayer | 2010-07-05 | 1 | -4/+2 |
* | Make opt_pad() print more information. | Stefano Sabatini | 2010-07-04 | 1 | -8/+8 |
* | Update help message for the -pad* options, as they have been removed, | Stefano Sabatini | 2010-07-04 | 1 | -5/+5 |
* | LOL, 100l, really fix warning: | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | Fix warning: | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 1 | -1/+1 |
* | Reduce codec time base when stream copying | Baptiste Coudurier | 2010-07-03 | 1 | -0/+2 |
* | Set graph swscale opts before parsing it, that way opts are available | Baptiste Coudurier | 2010-07-03 | 1 | -3/+3 |
* | Move colorspace.h from libavcodec to libavutil. | Stefano Sabatini | 2010-07-01 | 1 | -1/+1 |
* | Add new option "streamid" to set the value of an outfile streamid. | Mike Scheutzow | 2010-06-30 | 1 | -3/+30 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -5/+0 |