summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge commit 'c872d310cd9c605e5f994ad8ac79dc72303c0d29'Michael Niedermayer2-1/+10
2013-10-28Merge commit 'ddc589ce98c2bba1e59318b5b0224717325eac46'Michael Niedermayer1-2/+0
2013-10-25ffmpeg: make stream default if its the only of its kind and no source can be ...Michael Niedermayer1-0/+9
2013-10-23ffmpeg: Dont crash on unconnected output pads before an error is printedMichael Niedermayer1-1/+1
2013-10-10ffmpeg: set the source_index for trivial filter graphsMichael Niedermayer1-0/+15
2013-10-07ffmpeg: add max_error_rate to allow tuning the point decoding errors are cons...Michael Niedermayer3-1/+5
2013-10-06ffmpeg: dont detect slight (0.1sec) backward moving dts as discontinuityMichael Niedermayer1-1/+1
2013-10-02ffmpeg: dont return reserved valuesMichael Niedermayer1-1/+1
2013-09-10ffmpeg: check for unsupported "queing of command on first filter supporting t...Michael Niedermayer1-0/+3
2013-09-10ffmpeg: improve built in docs for passing commandsMichael Niedermayer1-2/+3
2013-09-10ffmpeg: print command replies starting on column 0Michael Niedermayer1-1/+1
2013-08-18Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding.Carl Eugen Hoyos1-0/+7
2013-08-06Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'Michael Niedermayer5-3/+19
2013-08-06Merge commit '56ee3f9de7b9f6090d599a27d33a392890a2f7b8'Michael Niedermayer3-15/+22
2013-08-01ffmpeg: raise level for message printed in case of auto-select pixel formatStefano Sabatini1-1/+1
2013-07-08Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer4-48/+73
2013-06-29ffmpeg: Don't include colorspace.hDerek Buitenhuis1-1/+0
2013-06-23Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790'Michael Niedermayer1-2/+8
2013-06-23Merge commit '1e340af8d6a97cc013a2ad8ba77c77129625a34f'Michael Niedermayer1-4/+5
2013-06-05Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'Michael Niedermayer1-1/+1
2013-06-02ffmpeg: ignore EOF when pushing frames to filters.Nicolas George1-1/+5
2013-05-28ffmpeg: use actual packet pts when discarding for the copypriorss optionJustin Ruggles1-3/+10
2013-05-28Merge commit '538bf767373f176b6487e30181155e74b37cced6'Michael Niedermayer1-8/+7
2013-05-14ffmpeg: free threads on error conditions.Michael Niedermayer1-0/+5
2013-05-08ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer4-0/+25
2013-05-08ffmpeg: use av_freep() for forced_kf_ptsMichael Niedermayer1-1/+1
2013-05-03ffmpeg: drop old non monotone dts workaround.Michael Niedermayer1-11/+0
2013-05-03ffmpeg: set correct log context for non monotone dts workaround warningsMichael Niedermayer1-2/+2
2013-05-03ffmpeg: port loglevel selection code to new dts workaround codeMichael Niedermayer1-2/+3
2013-05-03ffmpeg: fix pts handling in the non monotone dts workaroundMichael Niedermayer1-2/+2
2013-05-03ffmpeg: fix the used maximum dts in the monotone dts workaroundMichael Niedermayer1-3/+3
2013-05-03ffmpeg: use a max variable to hold the maximum dtsMichael Niedermayer1-2/+4
2013-05-03ffmpeg: Check dts before use in non monotone dts workaroundMichael Niedermayer1-0/+1
2013-05-03ffmpeg: limit non monotone workaround to audio & video streamsMichael Niedermayer1-0/+1
2013-05-03ffmpeg: move non monotone prevention code downMichael Niedermayer1-11/+11
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-0/+22
2013-05-03Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe'Michael Niedermayer1-17/+11
2013-05-02ffmpeg: fix segfault with random outputMichael Niedermayer1-1/+1
2013-05-01Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a'Michael Niedermayer3-10/+14
2013-05-01Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2'Michael Niedermayer3-0/+62
2013-04-18ffmpeg: make -aspect work with -vcodec copy.Nicolas George3-14/+25
2013-04-14ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failureStefano Sabatini1-4/+4
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer7-34/+52
2013-04-11Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer13-263/+259
2013-04-10ffmpeg: update error message, and make use of av_err2str() to simplifyStefano Sabatini1-3/+1
2013-04-09Merge remote-tracking branch 'cigaes/master'Michael Niedermayer3-5/+5
2013-04-09ffmpeg: print frame decoding error statisticMichael Niedermayer1-0/+2
2013-04-09ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.Michael Niedermayer1-0/+14
2013-04-09ffmpeg: use a rational for -aspect option.Nicolas George3-5/+5
[next]