2089 Commits (1e4e760f767b597f88442b75e90d726ae626b230)

Author SHA1 Message Date
Matthieu Bouron 4c73b3b1e0 ffmpeg: affect computed filtered frame pts after filling frame from buffer 13 years ago
Nicolas George 9cf5bcded0 ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions. 13 years ago
Michael Niedermayer 6d49e819be ffmpeg: revert 492cc1 13 years ago
Michael Niedermayer 70e9308dec ffmpeg: preserve bits_per_coded sample on stream copy. 13 years ago
Michael Niedermayer 8616c44606 ffmpeg: fix deinterlace 13 years ago
Michael Niedermayer b7fe9c7a08 ffmpeg: fix pointer type (const) warning 13 years ago
Michael Niedermayer 0ee32b9028 ffmpeg: remove unused variables 13 years ago
Michael Niedermayer 36ab79488e ffmpeg: fix uninitialized variable warning 13 years ago
Michael Niedermayer a54867121d ffmpeg: fix frame duration used for video sync. 13 years ago
Michael Niedermayer c6aa2c4b12 ffmpeg: print next_dts too on debug_ts 13 years ago
Nicolas George 870ca6a238 ffmpeg: do not include vsrc_buffer.h. 13 years ago
Nicolas George ba7395aace ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame. 13 years ago
Nicolas George 6ec1e0fed9 ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref. 13 years ago
Clément Bœsch 9e6a1c8981 ffmpeg: fix indent in term_init(). 13 years ago
Clément Bœsch 49df97b282 ffmpeg: stronger ffpresets parsing. 13 years ago
Clément Bœsch fd4b4dda9c ffmpeg: fix indent. 13 years ago
Nicolas George ae344b2c5e ffmpeg: use AVFrame accessor. 13 years ago
Michael Niedermayer b197c1c1ac ffmpeg: preserve NULL ptrs in get_buffer() 13 years ago
Michael Niedermayer f08397642f ffmpeg: fix type of dither scale. 13 years ago
Reimar Döffinger 4f6a1c974f Fix parsing of -force_key_frames option. 13 years ago
Michael Niedermayer 7588b33ad4 ffmpeg: add the edge at the correct place in allocating of the buffer. 13 years ago
Michael Niedermayer 44bd2f90a9 ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts. 13 years ago
Nicolas George 62b745a6d3 ffmpeg: do not report EOF as an error. 13 years ago
Nicolas George 99f29108d3 ffmpeg: directly request frames from filters. 13 years ago
Michael Niedermayer 2ea5f866e6 ffmpeg: assert the refcount of decoded frames 13 years ago
Michael Niedermayer 22a6a23a45 ffmpeg: assert the refcount of allocated frames, 13 years ago
Michael Niedermayer cf09496cf9 ffmpeg: assert against creation of cycles in the pools linked list. 13 years ago
Michael Niedermayer be2b927a6f ffmpeg: stricter refcount check in unref_buffer() 13 years ago
Nicolas George 23a6e4749f ffmpeg: fix validity test for file index. 13 years ago
Nicolas George 34c426be4a ffmpeg: check encoder earlier. 13 years ago
Michael Niedermayer 788a60d9d6 ffmpeg: make max frames work again, after merge 13 years ago
Michael Niedermayer 052ab20805 ffmpeg: fix regression with jpeg pix fmts 13 years ago
Michael Niedermayer 89f8637979 ffmpeg: fix regression with png 13 years ago
Michael Niedermayer 8a28fa010a ffmpeg: choose_pix_fmt: pass target fmt in 13 years ago
Reimar Döffinger 071292b8c9 Respect -copyinkf for subtitles. 13 years ago
Michael Niedermayer bd3ea31797 ffmpeg: Compensate non monotonicity errors in the audio TSs. 13 years ago
Michael Niedermayer 8274b21c09 ffmpeg: fix ticks_per_frame for the avi stream copy case 13 years ago
Nicolas George 733cf0ad51 ffmpeg: add -benchmark_all option. 13 years ago
Nicolas George 81a9d32f0d ffmpeg: move getutime to the start of the file. 13 years ago
Michael Niedermayer 6c704d9c30 ffmpeg: support changing dither parameters for swr 13 years ago
Clément Bœsch 735fb8ce59 ffmpeg: remove unused MetadataMap. 13 years ago
Clément Bœsch e5df74dc56 ffmpeg: remove unused meta_data_maps. 13 years ago
Clément Bœsch e29f66d64a ffmpeg: fix a few typo. 13 years ago
Matthieu Bouron 2663540821 ffmpeg: affect source stream index in new_output_stream function 13 years ago
Michael Niedermayer ce9bd30379 ffmpeg: fix plain -profile support 13 years ago
Michael Niedermayer d61ef05bc5 ffmpeg: check pts like dts for being in the past. 13 years ago
Michael Niedermayer 4204364678 ffmpeg: switch duration calculation code from avg to r frame_rate. 13 years ago
Michael Niedermayer a37a281778 ffmpeg: pass bitexact flag to vsrc_buffer 13 years ago
Michael Niedermayer 9aeacc9546 ffmpeg: dont disable dr1 when changing dimensions are encountered in codec_get_buffer(). 13 years ago
Michael Niedermayer e5c3b51cd1 ffmpeg: disable dr1 when frame sizes change. 13 years ago