2006 Commits (3ce858141309c09294177e63d9a36cd0924dc200)

Author SHA1 Message Date
Michael Niedermayer b79dfd16cb ffmpeg: dont try to run the subtitle encoder on non subtitle streams 11 years ago
Nicolas George 299a56879d ffmpeg: make reading packets from thread blocking. 11 years ago
Michael Niedermayer 3734c3ea51 ffmpeg: reduce frame rate for mpeg4 to be within the spec limits 11 years ago
Michael Niedermayer 3868e97c6b ffmpeg: fix vstats 11 years ago
Stefano Sabatini 290da7e754 ffmpeg: tweak debug_ts logging and add more of it 11 years ago
Michael Niedermayer 2e02d71237 ffmpeg: print data size too in statistic 11 years ago
Michael Niedermayer be7b76230f ffmpeg: also count data streams bytes 11 years ago
Stefano Sabatini 9651239f67 ffmpeg: use intermediary variables in reap_filters, increase readability 11 years ago
Stefano Sabatini 094516a5d0 ffmpeg: use av_err2str() macro 11 years ago
Stefano Sabatini 9f956d9d8d ffmpeg: apply misc cosmetics to process_input() code 11 years ago
Michael Niedermayer 740e6042a0 ffmpeg: change ost->finished to an enum 11 years ago
Michael Niedermayer d73f897669 ffmpeg: update statistics only when a packet is actually muxed 11 years ago
Michael Niedermayer 5c459504f6 ffmpeg/flush_encoders: dont mux packets once ost->finished has been set 11 years ago
Michael Niedermayer 706741e8d7 ffmpeg: properly close down muxers on av_interleaved_write_frame() failure 11 years ago
Michael Niedermayer 4ff77d4451 ffmpeg: check ost->finished in check_output_constraints() 11 years ago
Michael Niedermayer 7d91fb305e ffmpeg: check ost->finished in reap_filters() 11 years ago
Michael Niedermayer 88956f73f2 ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection 11 years ago
Jan Gerber 200cfab8c4 remuxing .opus files to .webm codec->delay must be copied too 11 years ago
Marton Balint 31bb172be2 ffmpeg: ensure that -fix_sub_duration doesnt create subtitles with zero duration 11 years ago
Marton Balint 4d6f2ff524 ffmpeg: free empty subtitles as well in transcode_subtitles 11 years ago
Marton Balint 3e396ca8ed ffmpeg: do not pass possibly undefined subtitles to sub2video_update 11 years ago
Michael Niedermayer 738ebb4a0e ffmpeg: set VCFR when copying timestamps 11 years ago
Michael Niedermayer d7ac887cd6 cmdutils&ffmpeg: use av_fopen_utf8() for passlogfile 11 years ago
Michael Niedermayer df87cfd798 ffmpeg: fix do_streamcopy() so it copies side data too 11 years ago
Michael Niedermayer d7ebeba80c ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 11 years ago
Michael Niedermayer 8cdf4e0823 ffmpeg: remove unneeded include "libswscale/swscale.h" 11 years ago
Michael Niedermayer 9c52ab6f4f ffmpeg: treat avi as VFR in framerate conversion code 11 years ago
Michael Niedermayer a443b9732f ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 11 years ago
Michael Niedermayer b36257921e ffmpeg: Dont crash on unconnected output pads before an error is printed 11 years ago
Michael Niedermayer a72bf5fd11 ffmpeg: set the source_index for trivial filter graphs 11 years ago
Michael Niedermayer b6b9c150f0 ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding. 11 years ago
Michael Niedermayer 38e13f55a5 ffmpeg: dont detect slight (0.1sec) backward moving dts as discontinuity 11 years ago
Michael Niedermayer 0425fd7eb2 ffmpeg: dont return reserved values 11 years ago
Michael Niedermayer 7883827cb7 ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 11 years ago
Michael Niedermayer 1525107313 ffmpeg: improve built in docs for passing commands 11 years ago
Michael Niedermayer f8f4e48b6d ffmpeg: print command replies starting on column 0 11 years ago
Carl Eugen Hoyos 47f9a5b737 Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 11 years ago
Stefano Sabatini f118b41759 ffmpeg: raise level for message printed in case of auto-select pixel format 11 years ago
Derek Buitenhuis 58950ca0df ffmpeg: Don't include colorspace.h 12 years ago
Nicolas George fc82f4a1f8 ffmpeg: ignore EOF when pushing frames to filters. 12 years ago
Justin Ruggles e816a8bc26 ffmpeg: use actual packet pts when discarding for the copypriorss option 12 years ago
Michael Niedermayer 1a36c756d8 ffmpeg: free threads on error conditions. 12 years ago
Michael Niedermayer 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
Michael Niedermayer 410905f7fd ffmpeg: use av_freep() for forced_kf_pts 12 years ago
Michael Niedermayer 0966623604 ffmpeg: drop old non monotone dts workaround. 12 years ago
Michael Niedermayer af2d964336 ffmpeg: set correct log context for non monotone dts workaround warnings 12 years ago
Michael Niedermayer b2a1d92b7b ffmpeg: port loglevel selection code to new dts workaround code 12 years ago
Michael Niedermayer 30c05f6b02 ffmpeg: fix pts handling in the non monotone dts workaround 12 years ago
Michael Niedermayer 007ee09d7c ffmpeg: fix the used maximum dts in the monotone dts workaround 12 years ago
Michael Niedermayer 26b89f6274 ffmpeg: use a max variable to hold the maximum dts 12 years ago