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
2015-08-03avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con...Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]Jovan Zelincevic
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic
2015-06-08avcodec/aacdec: Do not return a uninitialized valueMichael Niedermayer
2015-06-08Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed'Michael Niedermayer
2015-06-08Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3'Michael Niedermayer
2015-06-08Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e'Michael Niedermayer
2015-06-07aac: Wait to know the channels before allocating frameLuca Barbato
2015-06-07aac: Support channel configurations 11 and 12Sebastian Dröge
2015-06-07aac: correctly map 7.1ch-wide AAC from FDK AAC encodernu774
2015-06-03Merge commit '0289f81241e720452b5a77713488d54d3ec252d7'Michael Niedermayer
2015-06-03aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCEnu774
2015-05-13aacdec: remove a duplicated lineAndreas Cadhalpun
2015-05-12aacdec: don't return frames without dataAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-20aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-16aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun
2015-04-14aacdec: Use macros for constantsRostislav Pehlivanov
2015-04-09avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer
2015-03-04Merge commit '87e85a133f3ce2f037b90e9c7bbca99951df6c15'Michael Niedermayer
2015-03-04aac: Relax reserved_bit validationVittorio Giovara
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-02-04Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e'Michael Niedermayer
2015-02-04Merge commit '7640c4a371a97899dfb443d980fd0bf8ac587754'Michael Niedermayer
2015-02-04Merge commit '0ee2573347ecdb9cb5656001f7201d819eec16d8'Michael Niedermayer
2015-02-04Merge commit 'edd9ea3ffba1d5873dead1c57c74b1e3cc912167'Michael Niedermayer
2015-02-04Merge commit '82bd8a57692d8f3643ad0903c97e4a0f84393f53'Michael Niedermayer
2015-02-04aacdec: Support for ER AAC ELD 480.Alex Converse
2015-02-04aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen
2015-02-04aacdec: Support for ER AAC in LATMNiel van der Westhuizen
2015-02-04aacdec: Refactor aac_er_decode_frame.Alex Converse
2015-02-04aacdec: Refactor decode_ics_info.Alex Converse
2015-01-30avcodec/aacdec: remove unneeded #include, theres no assert() in aacdecMichael Niedermayer
2014-12-04avcodec/aacdec: reduce noisiness of missing channel elementsMichael Niedermayer
2014-12-02Merge commit '7464e98f74c03d3efa0cdc8d7abad06e4c3c277a'Michael Niedermayer
2014-12-02avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-12-02aac: Simplify decode_mid_side_stereoLuca Barbato
2014-11-24aacdec: avoid an out-of-bounds writeVittorio Giovara
2014-11-09avcodec/aacdec: Skip processing channel elements which have not been presentMichael Niedermayer
2014-11-07avcodec/aacdec: Add table of profile namesMichael Niedermayer
2014-11-07avcodec/aacdec: print extension type when startcode debugging is onMichael Niedermayer
2014-11-05Merge commit '77ab341c0c6cdf2bd437bb48d429e797d1e60da2'Michael Niedermayer