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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-16g2meet: validate bpp and bitmasks in the display infoMaxim Poliakovski
2014-02-16Prepare for 10_beta1 ReleaseReinhard Tartler
2014-02-16ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data.Tim Walker
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-02-16ac3: update AC3PreferredStereoDownmixMode.Tim Walker
2014-02-15h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara
2014-02-15lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy groupAnton Khirnov
2014-02-15buffersink: document special error codes returned from av_buffersink_get_frameAnton Khirnov
2014-02-14ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau
2014-02-14utvideoenc: Enable support for multiple slices and use themJan Ekström
2014-02-14libx265: Remove redundant default param callDerek Buitenhuis
2014-02-14libx265: Fix use of uninitialized input pictureDerek Buitenhuis
2014-02-14doc/examples: misc Doxygen markup improvementsDiego Biurrun
2014-02-14build: doxy: Include code examples in Doxygen documentationDiego Biurrun
2014-02-14doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun
2014-02-14build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun
2014-02-14Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun
2014-02-14h264_sei: reorder headersVittorio Giovara
2014-02-14h264_sei: name buffering period type consistentlyVittorio Giovara
2014-02-14h264: drop outdated commentsVittorio Giovara
2014-02-14h264: store current_sps_id inside the current spsVittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2014-02-14h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato
2014-02-13mpeg12dec: do not add stereo3D side data to a non-existing frameJanne Grunau
2014-02-13configure: do not link libraries against program-specific dependenciesJanne Grunau
2014-02-13configure: avserver does not need $ldlJanne Grunau
2014-02-12jv: detect partial packets in the demuxerJanne Grunau
2014-02-12h264: make context_count unsignedJanne Grunau
2014-02-12vp9: add a new segmentation sample.Ronald S. Bultje
2014-02-12vp9: add fate sample for parallelmode.Ronald S. Bultje
2014-02-12Add libx265 encoderDerek Buitenhuis
2014-02-12asfdec: fix seeking with fragmented packetsJanne Grunau
2014-02-12asfdec: short-circuit seeking to the start of streamAndrew Kelley
2014-02-12asfdec: check ff_get_guid() return values during seekingJanne Grunau
2014-02-12aacdec: set AVFrame sample_rateJohn Stebbins
2014-02-12buffersrc: Have function parameter names match between .c and .h fileDiego Biurrun
2014-02-12log: Have function parameter names match between .c and .h fileDiego Biurrun
2014-02-11lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins
2014-02-11g2meet: make JPEG tile decoder operate on 8x8 block maskKostya Shishkov
2014-02-11g2meet: factor out seeking to the chunk endMaxim Poliakovski
2014-02-10rpza: limit the number of blocks to the total remaining blocks in the frameAnton Khirnov
2014-02-10rpza: move some variables to the blocks where they are usedAnton Khirnov
2014-02-10rpza: use fixed-width int typesAnton Khirnov
2014-02-10rpza: switch to bytestream2Anton Khirnov
2014-02-10lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov
2014-02-10build: fix examples compilation when EXESUF is not emptyChristophe Gisquet
2014-02-10lavf: extend / improve the AVFormatContext doxyAnton Khirnov
2014-02-10lavf: add some basic documentation of the muxing processAnton Khirnov
2014-02-10lavf: rewrite the av_write_frame() doxyAnton Khirnov