| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge... | Nil Admirari | 2022-06-21 | 2 | -15/+47 |
* | fftools/ffprobe: report avio errors | Marton Balint | 2022-06-20 | 1 | -4/+8 |
* | fftools/fopen_utf8: support long paths on Windows for fftools | softworkz | 2022-06-19 | 1 | -1/+1 |
* | ffprobe: add -o option | Stefano Sabatini | 2022-06-13 | 1 | -61/+148 |
* | ffmpeg: add option fps_mode | Gyan Doshi | 2022-06-11 | 4 | -16/+40 |
* | ffmpeg: drop undocumented -d option | Stefano Sabatini | 2022-06-09 | 1 | -14/+2 |
* | ffprobe: update entry index after printing packet/media type | Stefano Sabatini | 2022-06-09 | 1 | -0/+1 |
* | fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() | Anton Khirnov | 2022-05-24 | 2 | -17/+19 |
* | fftools/ffmpeg: merge variable declaration and initialization | Anton Khirnov | 2022-05-24 | 1 | -2/+1 |
* | fftools/ffmpeg: stop using av_stream_get_end_pts() in do_video_stats() | Anton Khirnov | 2022-05-24 | 1 | -5/+5 |
* | fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats() | Anton Khirnov | 2022-05-24 | 2 | -1/+5 |
* | fftools/ffmpeg: move do_video_stats() to avoid a forward declaration | Anton Khirnov | 2022-05-24 | 1 | -47/+46 |
* | fftools/ffmpeg: drop a useless check and reduce indentation | Anton Khirnov | 2022-05-24 | 1 | -25/+23 |
* | fftools/ffmpeg: reindent after previous commit | Anton Khirnov | 2022-05-24 | 1 | -8/+8 |
* | fftools/ffmpeg: reuse the encoding code for flushing encoders | Anton Khirnov | 2022-05-24 | 1 | -63/+21 |
* | fftools/ffmpeg: share the code encoding a single frame between video and audio | Anton Khirnov | 2022-05-24 | 1 | -85/+60 |
* | fftools/ffmpeg: fix 2pass log file names | Anton Khirnov | 2022-05-24 | 1 | -1/+1 |
* | libavutil: Deprecate av_fopen_utf8, provide an avpriv version | Martin Storsjö | 2022-05-23 | 1 | -1/+1 |
* | fftools: Stop using av_fopen_utf8 | Martin Storsjö | 2022-05-23 | 2 | -1/+73 |
* | opt_common: note D and T type streams for completeness. | Gyan Doshi | 2022-05-20 | 1 | -0/+2 |
* | fftools/opt_common: add includes of avf headers for clarity | softworkz | 2022-05-18 | 1 | -0/+3 |
* | doc/ffprobe: clarify that the input file is not optional | Stefano Sabatini | 2022-04-21 | 1 | -1/+1 |
* | fftools/ffmpeg: store output format separately from the muxer context | Anton Khirnov | 2022-04-13 | 3 | -8/+13 |
* | fftools/ffmpeg: move freeing the output file to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 3 | -12/+20 |
* | fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c | Anton Khirnov | 2022-04-13 | 3 | -13/+25 |
* | fftools/ffmpeg: move some muxing-related code into a separate file | Anton Khirnov | 2022-04-13 | 4 | -266/+314 |
* | fftools/ffmpeg: store the output file index in OutputFile | Anton Khirnov | 2022-04-13 | 3 | -5/+8 |
* | fftools/ffmpeg: pass the muxer context explicitly to some functions | Anton Khirnov | 2022-04-13 | 1 | -8/+8 |
* | fftools/ffmpeg: stop using OutputStream.frame_number for streamcopy | Anton Khirnov | 2022-04-13 | 2 | -6/+6 |
* | fftools/ffmpeg: move a comment to a more appropriate place | Anton Khirnov | 2022-04-13 | 1 | -5/+5 |
* | fftools/ffmpeg: drop an obsolete hack | Anton Khirnov | 2022-04-13 | 1 | -3/+0 |
* | fftools/opt_cmdutils: fix printing known channel layouts | James Almer | 2022-03-25 | 1 | -5/+8 |
* | ffmpeg: add packet duration to AVPacket logging | Jaakko Perttilä | 2022-03-23 | 1 | -9/+18 |
* | fftools/cmdutils: drop redundant code | Anton Khirnov | 2022-03-22 | 1 | -15/+0 |
* | fftools: drop the fake "default" option from ffplay/ffprobe | Anton Khirnov | 2022-03-22 | 3 | -3/+7 |
* | fftools/ffprobe: drop -show_format_entry | Anton Khirnov | 2022-03-22 | 1 | -18/+0 |
* | fftools/ffplay: drop options deprecated since 2011 | Anton Khirnov | 2022-03-22 | 1 | -14/+0 |
* | fftools/ffmpeg: drop mistakenly added empty line | Anton Khirnov | 2022-03-22 | 1 | -1/+0 |
* | fftools: move opt_timelimit from cmdutils to ffmpeg | Anton Khirnov | 2022-03-22 | 2 | -17/+20 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 8 | -1615/+1697 |
* | fftools: drop useless indirection | Anton Khirnov | 2022-03-22 | 3 | -6/+4 |
* | fftools/cmdutils: drop extern declarations for nonexistent variables | Anton Khirnov | 2022-03-22 | 1 | -2/+0 |
* | fftools/cmdutils: drop prototypes for nonexistent functions | Anton Khirnov | 2022-03-22 | 1 | -7/+0 |
* | ffmpeg: make the ac option set the demuxer's ch_layout AVOption | James Almer | 2022-03-22 | 1 | -5/+4 |
* | ffmpeg: add a ch_layout option as an alias to channel_layout | James Almer | 2022-03-22 | 1 | -1/+4 |
* | ffmpeg: replace custom channel_layout code with an SpecifierOpt based one | James Almer | 2022-03-22 | 2 | -50/+35 |
* | ffplay: don't shadow global variable | Zhao Zhili | 2022-03-21 | 1 | -2/+2 |
* | ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes | Zhao Zhili | 2022-03-21 | 1 | -1/+3 |
* | ffmpeg: remove usage of internal deprecation macro | James Almer | 2022-03-16 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |