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
2013-08-08h264_parser: Initialize the h264dsp context in the parser as wellBen Avison
2013-08-03Merge commit 'a8b19271c3b40ac3c3dc769fe248887acf14ba5a'Michael Niedermayer
2013-08-02avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura
2013-07-21h264: add frame packing as stereo_mode frame metadataJoakim Plate
2013-06-08Merge commit 'f8a4d5e970f32f8cc747f9fa7bd975ee4a060ea1'Michael Niedermayer
2013-06-07h264_parser: K&R formatting cosmeticsLuca Barbato
2013-05-24Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68'Michael Niedermayer
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-03-26Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'Michael Niedermayer
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-26h264_parser: use av_assertMichael Niedermayer
2012-02-26Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler
2012-02-19H264 parser: enable header parsing/frame type detection for is_avc.Reimar Döffinger
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau
2011-12-19Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau
2011-12-19h264: skip start code search if the size of the nal unit is knownJanne Grunau
2011-12-18h264: disable checking reader, overreads are not possibleMichael Niedermayer
2011-12-03Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-10-27h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer
2011-10-27h264: use long reading for first_mb_in_sliceMichael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-10-04h264_parser: print AU size on error.Michael Niedermayer
2011-10-04h264_parser: AVC support.Michael Niedermayer
2011-09-23h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-08-20Fix parser not to clobber has_b_frames when extradata is set.Reimar Döffinger
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-13h264_parser: Fix whitespace after previous change.Philip Langdale
2011-06-13h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-05h264_parser: Fix whitespace after previous change.Philip Langdale
2011-04-05h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau