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
path: root/doc
AgeCommit message (Expand)Author
2012-09-12ffprobe: print start_pts and duration_ts stream informationStefano Sabatini
2012-09-11examples/muxing: add check on avformat_write_header() resultStefano Sabatini
2012-09-11examples/muxing: apply misc fixes to log messagesStefano Sabatini
2012-09-11examples/muxing: rename img_convert_ctx to sws_ctxStefano Sabatini
2012-09-11examples/muxing: merge some declarations and definitionsStefano Sabatini
2012-09-11examples/muxing: prefer AVPicture to AVFrame, when feasibleStefano Sabatini
2012-09-11examples/demuxing: add audio decoding/demuxingStefano Sabatini
2012-09-11lavf/segment: add segment_list_flags optionStefano Sabatini
2012-09-11ffprobe: add print_section option to the compact writerStefano Sabatini
2012-09-10lavfi/setpts: add FRAME_RATE constantStefano Sabatini
2012-09-07lavd/dshow: support video codec and pixel format selectionRamiro Polla
2012-09-06lavfi/mp: drop rotate wrapperStefano Sabatini
2012-09-06lavu/parseutils: add av_small_strptime()Stefano Sabatini
2012-09-05Optimization of AC3 floating point decoder for MIPSNedeljko Babic
2012-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-05doc/filters: add mp=noise exampleStefano Sabatini
2012-09-05doc/filters: itemize example for mp filterStefano Sabatini
2012-09-05doc/filters: remove reference to mp=hue filter, which was droppedStefano Sabatini
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-09-04lavfi/transpose: implement landscape passthrough modeStefano Sabatini
2012-09-04examples/scaling_video: write to rawvideo fileStefano Sabatini
2012-09-04lavf/segment: deprecate "ext" format in favor of "csv"Stefano Sabatini
2012-09-04lavf/segment: add escaping for filename field of the CSV list fileStefano Sabatini
2012-09-02examples: add demuxing.c exampleStefano Sabatini
2012-09-01lavfi/mp: remove decimate wrapperStefano Sabatini
2012-09-01avoid ambigous buffersink namesMichael Niedermayer
2012-08-31lavfi/hue: add process_command callbackJérémy Tran
2012-08-31lavfi: port decimate libmpcodecs filterStefano Sabatini
2012-08-31lavfi/mp: remove smartblur filterStefano Sabatini
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-31MSS2 decoderAlberto Delmás
2012-08-31Add CPiA video decoderStephan Hilb
2012-08-31examples/scaling_video: add logging in case of image allocation failureStefano Sabatini
2012-08-31examples/muxing: remove pointless #undef exitStefano Sabatini
2012-08-30examples/scaling_video: consistently use printf rather than av_log()Stefano Sabatini
2012-08-30examples/scaling_video: add file doxyStefano Sabatini
2012-08-30examples/Makefile: give priority to pkg-config flagsStefano Sabatini
2012-08-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-30lavc: add lossy/lossless codec properties.Anton Khirnov
2012-08-29dshow: allow user to specify audio buffer sizeRamiro Polla
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-29Add 'timeout' option to UDP protocolAndrey Utkin
2012-08-28examples/Makefile: remove duplicated -f switchStefano Sabatini
2012-08-28examples: add scaling_video exampleStefano Sabatini
2012-08-28lavfi: add smartblur filterJérémy Tran
2012-08-28cmdutils: add -layouts option.Nicolas George
2012-08-27examples/decoding_encoding: make operation logic more self-evident / predictableStefano Sabatini