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
2012-12-20h264: support frame size changes with multi threadingMichael Niedermayer
2012-12-19Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937'Michael Niedermayer
2012-12-18h264: increase dist_scale_factor for up to 32 referencesJanne Grunau
2012-12-18h264: remove redundant parts of old slice in extradata code.Michael Niedermayer
2012-12-18Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29'Michael Niedermayer
2012-12-18h264: prevent decoding of slice NALs in extradataJanne Grunau
2012-12-14Merge commit '6a27ae28f9bde981e85c82cf5bf42c5f43fb6f13'Michael Niedermayer
2012-12-14Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-11-18h264: Skip odd NALs in extradata, prevent undefined behaviorMichael Niedermayer
2012-10-21h264: add support for AFD detectionMarton Balint
2012-08-20h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer
2012-07-10h264: 12 and 14 bit supportMichael Niedermayer
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-05-31h264: move q0 scan tables into contextMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-11-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05h264: improve calculation of codec delay.Ronald S. Bultje
2011-10-27h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-07h264: fix the size of PPS::chroma_qp_tableLaurent Aimar
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-10-02h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar
2011-09-23h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-09-19calculate frame_num for recovery point "keyframe"John Stebbins
2011-09-17h264dec: Dont display trash before a keyframe.Michael Niedermayer
2011-09-12h264: improve MAX_SLICES too small check so it gives less false positives.Michael Niedermayer
2011-09-11h264dec: Prevent CABAC and CAVLC bitsteram overreadingMichael Niedermayer
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun