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
2014-07-07transcoding: fix Doxygen file pathTimothy Gu
2014-06-29doc/examples/resampling_audio: use av_freep() for safteyMichael Niedermayer
2014-06-28doc/examples/muxing: remove unused variableMichael Niedermayer
2014-06-27Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26'Michael Niedermayer
2014-06-27Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11'Michael Niedermayer
2014-06-27Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1'Michael Niedermayer
2014-06-27Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb'Michael Niedermayer
2014-06-27Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb'Michael Niedermayer
2014-06-27Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38'Michael Niedermayer
2014-06-27Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594'Michael Niedermayer
2014-06-26Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3'Michael Niedermayer
2014-06-26Merge commit '38d044429dabcd28928693240e955c6d4430cca9'Michael Niedermayer
2014-06-26output example: rewrite encoding logicAnton Khirnov
2014-06-26output example: store the scaling context in the stream contextAnton Khirnov
2014-06-26output example: use a macro instead of a static variableAnton Khirnov
2014-06-26output example: allocate the audio frame only onceAnton Khirnov
2014-06-26output example: use OutputStream for audio streams as wellAnton Khirnov
2014-06-26output example: use the new AVFrame API to allocate audio framesAnton Khirnov
2014-06-26output example: set output channel layoutAnton Khirnov
2014-06-26output example: use a struct to bundle the video stream variables togetherAnton Khirnov
2014-06-26output example: use the new AVFrame API for allocating the video frameAnton Khirnov
2014-06-20Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'Michael Niedermayer
2014-06-20Use av_packet_rescale_ts() to simplify code.Anton Khirnov
2014-06-03fix various typosLou Logan
2014-04-23examples: rename avcodec.c to decoding_encoding.cStefano Sabatini
2014-04-08examples/transcoding: use av_malloc_array()Michael Niedermayer
2014-04-06examples/avio_reading: fix null dereference on errorMichael Niedermayer
2014-03-21doc/examples/avcodec: information regarding gop_size ignored if frame->pic-ty...Anshul Maheshwari
2014-03-17doc/examples: Add example transcoding.cAndrey Utkin
2014-03-08doc: fix typocompn
2014-03-05doc/examples/remuxing: dont use the input codec_tag, it may be invalid tor th...Jason Hsu
2014-02-25Merge commit 'e7dfaf16a403972eb6aed5ce8f84c0085bd2fb5a'Michael Niedermayer
2014-02-25libavfilter: example audio filtering programAnton Khirnov
2014-02-17doc/examples: remove pathes from doxy examplesMichael Niedermayer
2014-02-17Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-14doc/examples: misc Doxygen markup improvementsDiego Biurrun
2014-02-02examples/avio_reading: remove stray empty lineStefano Sabatini
2014-02-02examples: add avio_reading.c exampleStefano Sabatini
2014-01-31doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() returnsMichael Niedermayer
2014-01-24examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini
2014-01-23examples/muxing: reindent after previous commitStefano Sabatini
2014-01-23examples/muxing: flush encoders at the endStefano Sabatini
2014-01-21examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini
2014-01-21examples/muxing: reduce duration, remove wrong and misleading commentStefano Sabatini
2014-01-20examples/muxing: remove redundant {}Stefano Sabatini
2014-01-20examples/muxing: change error checks, from "ret != 0" to "ret < 0"Stefano Sabatini
2014-01-20examples/muxing: factorize write_interleave codeStefano Sabatini
2014-01-20examples: add remuxing exampleStefano Sabatini