summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'Michael Niedermayer2013-06-051-1/+1
|\
* | ffmpeg: ignore EOF when pushing frames to filters.Nicolas George2013-06-021-1/+5
* | ffmpeg: use actual packet pts when discarding for the copypriorss optionJustin Ruggles2013-05-281-3/+10
* | Merge commit '538bf767373f176b6487e30181155e74b37cced6'Michael Niedermayer2013-05-281-8/+7
|\ \ | |/
* | ffmpeg: free threads on error conditions.Michael Niedermayer2013-05-151-0/+5
* | ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer2013-05-081-0/+1
* | ffmpeg: use av_freep() for forced_kf_ptsMichael Niedermayer2013-05-081-1/+1
* | ffmpeg: drop old non monotone dts workaround.Michael Niedermayer2013-05-031-11/+0
* | ffmpeg: set correct log context for non monotone dts workaround warningsMichael Niedermayer2013-05-031-2/+2
* | ffmpeg: port loglevel selection code to new dts workaround codeMichael Niedermayer2013-05-031-2/+3
* | ffmpeg: fix pts handling in the non monotone dts workaroundMichael Niedermayer2013-05-031-2/+2
* | ffmpeg: fix the used maximum dts in the monotone dts workaroundMichael Niedermayer2013-05-031-3/+3
* | ffmpeg: use a max variable to hold the maximum dtsMichael Niedermayer2013-05-031-2/+4
* | ffmpeg: Check dts before use in non monotone dts workaroundMichael Niedermayer2013-05-031-0/+1
* | ffmpeg: limit non monotone workaround to audio & video streamsMichael Niedermayer2013-05-031-0/+1
* | ffmpeg: move non monotone prevention code downMichael Niedermayer2013-05-031-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-031-0/+19
|\ \ | |/
* | Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe'Michael Niedermayer2013-05-031-17/+11
|\ \ | |/
* | ffmpeg: fix segfault with random outputMichael Niedermayer2013-05-021-1/+1
* | Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a'Michael Niedermayer2013-05-011-5/+0
|\ \ | |/
* | Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2'Michael Niedermayer2013-05-011-0/+4
|\ \ | |/
* | ffmpeg: make -aspect work with -vcodec copy.Nicolas George2013-04-181-1/+8
* | ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failureStefano Sabatini2013-04-141-4/+4
* | Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-121-1/+0
|\ \ | |/
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-111-1/+0
|\ \ | |/
* | ffmpeg: update error message, and make use of av_err2str() to simplifyStefano Sabatini2013-04-101-3/+1
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-101-3/+3
|\ \
| * | ffmpeg: use a rational for -aspect option.Nicolas George2013-04-091-3/+3
* | | ffmpeg: print frame decoding error statisticMichael Niedermayer2013-04-101-0/+2
* | | ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.Michael Niedermayer2013-04-101-0/+14
|/ /
* | Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.Carl Eugen Hoyos2013-04-041-2/+4
* | ffmpeg: Fix forcing of the framerate for stream copy on inputMichael Niedermayer2013-04-021-1/+6
* | ffmpeg: initialize got_output, this silences a compiler warning from iccMichael Niedermayer2013-04-011-1/+1
* | Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer2013-03-281-0/+1
|\ \ | |/
* | Call do_video_stats when duplicating frameThierry Foucu2013-03-231-1/+1
* | ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer2013-03-231-0/+20
* | ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer2013-03-211-46/+0
* | ffmpeg: fix freeing of sub2video frame.Nicolas George2013-03-201-1/+1
* | Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.Carl Eugen Hoyos2013-03-191-0/+7
* | ffmpeg: remove unused variableMichael Niedermayer2013-03-121-4/+0
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-121-72/+74
|\ \ | |/
* | ffmpeg: re-enable use of buffersrc flags.Nicolas George2013-03-101-5/+9
* | ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-101-15/+29
* | ffmpeg: do not give away our reference to the frame.Nicolas George2013-03-101-1/+2
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-3/+3
|\ \ | |/
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-0/+1
|\ \ | |/
* | Close output codecs if input codec initialisation fails.Carl Eugen Hoyos2013-03-081-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-071-0/+4
|\ \ | |/
* | Deprecate deinterlaced in libavcodec.Ronald S. Bultje2013-03-031-2/+2
* | ffmpeg: fix -stats -v 0Michael Niedermayer2013-03-031-1/+4
OpenPOWER on IntegriCloud