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
2011-08-30fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini
2011-08-30ffprobe: introduce output format writers.Clément Bœsch
2011-08-30mov: read tmcd tag and set timecode drop flag accordingly.Baptiste Coudurier
2011-08-30h264: allow debuging SEI typesMichael Niedermayer
2011-08-30Fix some APIchange versions.Carl Eugen Hoyos
2011-08-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-29avfilter_graph_queue_command: Allow queueing commands out of orderMichael Niedermayer
2011-08-29avfilter: fix processing multiple commands per frame and filterMichael Niedermayer
2011-08-29ffmpeg: Support queing filter commands for later timesMichael Niedermayer
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer
2011-08-29drawtext: Support changing parameters through reinit command at runtime.Michael Niedermayer
2011-08-29ffmpeg: Support passing commands to filters at runtimeMichael Niedermayer
2011-08-29avfilter: Add command passing supportMichael Niedermayer
2011-08-29Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato
2011-08-29isom: add missing AVC-Intra tags, rearrange list and update commentsTomas Härdin
2011-08-29avconv: remove stubs of crop* and pad* optionsAnton Khirnov
2011-08-29avconv: re-add nb_streams to InputFile.Anton Khirnov
2011-08-29issue_tracker.txt: more updates toward tracMichael Niedermayer
2011-08-29doc/issue_tracker.txt: regressions are importantMichael Niedermayer
2011-08-29doc/issue_tracker.txt: Update toward tracMichael Niedermayer
2011-08-29Do not set codec_tag property for matroska muxers.Carl Eugen Hoyos
2011-08-29Use the shorter channel layout description for the common case.Carl Eugen Hoyos
2011-08-28Do not assume timestamps for mp2 format.Carl Eugen Hoyos
2011-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-28Add support for BDAV/m2ts-mode muxingFredrik Axelsson
2011-08-28Replace goto by break, it has the same effect.Reimar Döffinger
2011-08-28vocdec: Take channel count into account when calculating bit rate.Reimar Döffinger
2011-08-28JPEG-LS: clip offset based on cur_scan to valid range.Reimar Döffinger
2011-08-28Rename find_program_from_stream to av_find_program_from_stream and add it to ...Marton Balint
2011-08-27Fix memory corruption in case of memory allocation failure in av_probe_input_...Michael Niedermayer
2011-08-27Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-08-27vf_scale: don't leak SWS context.Michael Niedermayer
2011-08-27doxygen: drop another pointless star from pointer variable nameDiego Biurrun
2011-08-27lavfi: add amovie source - audio movie sourceStefano Sabatini
2011-08-27Removes the internal avcodec_find_best_pix_fmt1()function previously used by ...Matthew Einhorn
2011-08-27vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer
2011-08-27imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ...Michael Niedermayer
2011-08-27Adds a new pix fmt function that selects the best dest fmt from among 2 forma...Matthew Einhorn
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-26postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-26doxygen: drop pointless star from pointer variable namesDiego Biurrun
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-08-26ffplay: fix a crash caused by aborting the video queueMarton Balint
2011-08-26xmv: eliminate superfluous zeroing of zero dataSven Hesse
2011-08-26ffprobe: fix deprecated call to av_find_stream_info.Clément Bœsch
2011-08-26acodec: change default bitrate to 128kMichael Niedermayer
2011-08-26regtests: use bitrate syntax understood by both toolsMichael Niedermayer