Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-10ffmpeg: remove incorrect network deinitMichael Niedermayer
2015-06-10ffmpeg: Clear error message array at init.Michael Niedermayer
2014-07-15ffmpeg: Use av_stream_get_parser() to avoid ABI issuesMichael Niedermayer
2014-06-25ffmpeg: dont call exit_program() from a signal handerMichael Niedermayer
2013-07-08Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer
2013-06-30ffmpeg: Don't include colorspace.hDerek Buitenhuis
2013-06-23Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790'Michael Niedermayer
2013-06-23Merge commit '1e340af8d6a97cc013a2ad8ba77c77129625a34f'Michael Niedermayer
2013-06-05Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'Michael Niedermayer
2013-06-03ffmpeg: ignore EOF when pushing frames to filters.Nicolas George
2013-05-29ffmpeg: use actual packet pts when discarding for the copypriorss optionJustin Ruggles
2013-05-28Merge commit '538bf767373f176b6487e30181155e74b37cced6'Michael Niedermayer
2013-05-15ffmpeg: free threads on error conditions.Michael Niedermayer
2013-05-09ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer
2013-05-09ffmpeg: use av_freep() for forced_kf_ptsMichael Niedermayer
2013-05-03ffmpeg: drop old non monotone dts workaround.Michael Niedermayer
2013-05-03ffmpeg: set correct log context for non monotone dts workaround warningsMichael Niedermayer
2013-05-03ffmpeg: port loglevel selection code to new dts workaround codeMichael Niedermayer
2013-05-03ffmpeg: fix pts handling in the non monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: fix the used maximum dts in the monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: use a max variable to hold the maximum dtsMichael Niedermayer
2013-05-03ffmpeg: Check dts before use in non monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: limit non monotone workaround to audio & video streamsMichael Niedermayer
2013-05-03ffmpeg: move non monotone prevention code downMichael Niedermayer
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-03Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe'Michael Niedermayer
2013-05-02ffmpeg: fix segfault with random outputMichael Niedermayer
2013-05-01Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a'Michael Niedermayer
2013-05-01Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2'Michael Niedermayer
2013-04-19ffmpeg: make -aspect work with -vcodec copy.Nicolas George
2013-04-14ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failureStefano Sabatini
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-10ffmpeg: update error message, and make use of av_err2str() to simplifyStefano Sabatini
2013-04-10Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-10ffmpeg: print frame decoding error statisticMichael Niedermayer
2013-04-10ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.Michael Niedermayer
2013-04-09ffmpeg: use a rational for -aspect option.Nicolas George
2013-04-04Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.Carl Eugen Hoyos
2013-04-02ffmpeg: Fix forcing of the framerate for stream copy on inputMichael Niedermayer
2013-04-01ffmpeg: initialize got_output, this silences a compiler warning from iccMichael Niedermayer
2013-03-28Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer
2013-03-23Call do_video_stats when duplicating frameThierry Foucu
2013-03-23ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer
2013-03-21ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer
2013-03-21ffmpeg: fix freeing of sub2video frame.Nicolas George
2013-03-19Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.Carl Eugen Hoyos
2013-03-12ffmpeg: remove unused variableMichael Niedermayer
2013-03-12Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer
2013-03-10ffmpeg: re-enable use of buffersrc flags.Nicolas George