| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specified | Anton Khirnov | 2010-11-02 | 1 | -0/+9 |
* | ffmpeg.c: extend map_meta_data to allow advanced mappings | Anton Khirnov | 2010-11-02 | 1 | -27/+73 |
* | Remove ffmpeg PGMYUV compatibility hack, which was deprecated since | Stefano Sabatini | 2010-11-02 | 1 | -12/+0 |
* | Use AV_RL32() in opt_codec_tag(). | Stefano Sabatini | 2010-10-31 | 1 | -1/+2 |
* | ffmpeg: fix opt_codec_tag() return value | Ramiro Polla | 2010-10-31 | 1 | -1/+5 |
* | Fix ffserver-related regression (and crash) introduced in r25500. | Rocky Cardwell | 2010-10-29 | 1 | -1/+5 |
* | Move new_output_stream() up for upcoming fix for issue 2317. | Carl Eugen Hoyos | 2010-10-29 | 1 | -21/+21 |
* | ffmpeg.c: dynamically allocate metadata maps | Anton Khirnov | 2010-10-28 | 1 | -2/+5 |
* | Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag(). | Stefano Sabatini | 2010-10-28 | 1 | -25/+12 |
* | Remove unused variables picture_crop_temp and picture_pad_temp. | Stefano Sabatini | 2010-10-20 | 1 | -4/+0 |
* | Add a -force_key_frames option to ffmpeg. | Nicolas George | 2010-10-18 | 1 | -0/+41 |
* | Implement a common get_filtered_video_frame(), shared between ffplay.c | Stefano Sabatini | 2010-10-18 | 1 | -24/+4 |
* | Make help message for the -crop* options consistent with that of the | Stefano Sabatini | 2010-10-18 | 1 | -4/+4 |
* | Remove -crop* options. | Stefano Sabatini | 2010-10-18 | 1 | -155/+20 |
* | 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 |