| Commit message (Expand) | Author | Age | Files | Lines |
* | Reindent. | Stefano Sabatini | 2010-12-12 | 1 | -12/+12 |
* | Fix encoding when the input audio format/rate/channels changes during | Stefano Sabatini | 2010-12-12 | 1 | -2/+30 |
* | Show per-codec options on FFmpeg commandline help. | Justin Ruggles | 2010-12-10 | 1 | -0/+12 |
* | cosmetic: indentation | Aurelien Jacobs | 2010-12-04 | 1 | -2/+2 |
* | add subtitle codec autodetection | Aurelien Jacobs | 2010-12-04 | 1 | -1/+8 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -16/+8 |
* | ffmpeg.c: copy global metadata by default | Anton Khirnov | 2010-11-22 | 1 | -0/+12 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -1/+2 |
* | Cosmetics, fix indentation | Baptiste Coudurier | 2010-11-20 | 1 | -1/+1 |
* | allow passing subtitles header between decoder and encoder | Aurelien Jacobs | 2010-11-13 | 1 | -0/+11 |
* | add global header support for subtitles encoding | Aurelien Jacobs | 2010-11-13 | 1 | -0/+4 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -6/+6 |
* | ffmpeg.c: add a forgotten break in chapter copying | Anton Khirnov | 2010-11-12 | 1 | -0/+1 |
* | ffmpeg.c: reindent | Anton Khirnov | 2010-11-12 | 1 | -7/+7 |
* | ffmpeg.c: add an option for copying chapters | Anton Khirnov | 2010-11-12 | 1 | -0/+45 |
* | ffmpeg.c: allow using negative file indices to disable metadata copying | Anton Khirnov | 2010-11-08 | 1 | -0/+2 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -1/+0 |
* | Rename AVFilterInOut field filter to filter_ctx, more semantically correct. | Stefano Sabatini | 2010-11-07 | 1 | -2/+2 |
* | Implement get_preset_file() in cmdutils.h and use it to factorize code | Stefano Sabatini | 2010-11-04 | 1 | -25/+4 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -8/+9 |
* | Fix timestamp computation when the timebase changes during filtering. | Stefano Sabatini | 2010-11-02 | 1 | -3/+2 |
* | ffmpeg.c: reindent | Anton Khirnov | 2010-11-02 | 1 | -5/+5 |
* | 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 |