| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: use a more compact notation, improve readability and reduce | Stefano Sabatini | 2010-10-16 | 1 | -20/+6 |
* | Reset metadata after opt_output_file(), fix the previous commit. | Stefano Sabatini | 2010-10-16 | 1 | -0/+1 |
* | Use an AVMetadata struct for storing metadata, simplify. | Stefano Sabatini | 2010-10-16 | 1 | -10/+5 |
* | ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() | Anton Khirnov | 2010-10-16 | 1 | -3/+0 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -6/+1 |
* | Place the bitstream_filters variable in the AVOutputStream, thus | Nicolas George | 2010-10-16 | 1 | -25/+11 |
* | Move the allocation of the AVOutputStream structure earlier in the | Nicolas George | 2010-10-16 | 1 | -10/+32 |
* | Factorize definition of the output_filter defined in both ffplay.c and | Stefano Sabatini | 2010-10-12 | 1 | -47/+3 |
* | Extend buffer source to accept the time base for the output PTS. | Stefano Sabatini | 2010-10-12 | 1 | -2/+3 |
* | ffmpeg: Use guess_correct_pts() to set decoded picture timestamps | Alexander Strange | 2010-10-10 | 1 | -0/+8 |
* | move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation | Aurelien Jacobs | 2010-10-08 | 1 | -0/+1 |
* | fix bitstream filter option mapping when using -newvideo and friends | Aurelien Jacobs | 2010-10-07 | 1 | -25/+26 |
* | Pass RC parameters on stream copy to the muxer. | Michael Niedermayer | 2010-10-07 | 1 | -0/+2 |
* | cosmetic: break long line | Aurelien Jacobs | 2010-10-06 | 1 | -2/+8 |
* | ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int. | Aurelien Jacobs | 2010-10-05 | 1 | -2/+4 |
* | cosmetic: break long line | Aurelien Jacobs | 2010-10-03 | 1 | -1/+4 |
* | 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 |