summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-29Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'Michael Niedermayer3-17/+17
2013-07-28flac: use meaningful return valuesLuca Barbato2-40/+40
2013-02-06flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker2-3/+5
2013-02-06flac: add channel layout masks for streams with 7 or 8 channelsTim Walker2-3/+5
2012-12-08get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer4-4/+4
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer21-101/+142
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles4-18/+32
2012-09-30flac: use get_bits_longlong()Paul B Mahol1-2/+1
2012-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-91/+602
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun3-86/+85
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer54-389/+1635
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard3-15/+9
2012-02-24Revert "Set channel layout in flac decoder."Michael Niedermayer2-4/+1
2012-02-24Revert "Fix channel layout for some stereo flac files."Michael Niedermayer1-1/+0
2011-04-29Fix channel layout for some stereo flac files.Carl Eugen Hoyos1-0/+1
2011-04-23Set channel layout in flac decoder.Carl Eugen Hoyos2-1/+4
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-12-07cosmetics: line wrap after last commitJustin Ruggles1-7/+14
2010-12-07Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen3-11/+12
2010-12-07Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2-3/+9
2010-12-07Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen1-1/+7
2010-12-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen3-101/+105
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles5-14/+63
2009-01-23rename flac.c to flacdec.cJustin Ruggles3-3/+3
2009-01-22flacdec: add support for 3 additional sample rate codesJustin Ruggles1-2/+3
2008-09-03fix issue 616 on roundup : decoding of short flac filesJai Menon1-1/+1
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross46-26/+94
2008-07-18Support reading large metadata.Michael Niedermayer1-1/+14
2008-07-18Make bitstream_* fields unsigned.Michael Niedermayer1-2/+2
2008-07-18Only realloc() bitstream buffer when the needed size increased,Michael Niedermayer1-1/+2
2008-07-18If metadata has been parsed goto end instead of trying toMichael Niedermayer1-3/+3
2008-07-13Make our flac decoder decode all the data at EOF.Michael Niedermayer4-6/+7
2008-06-24mark read-only data as constStefan Gehrer32-58/+58
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-05-04Indent.Ramiro Polla1-4/+4
2008-05-04Do not read out of array bounds.Ramiro Polla1-0/+4
2008-05-02move call to init_get_bits inside conditionalJustin Ruggles1-1/+1
2008-05-02share streaminfo parsing functionJustin Ruggles2-8/+20
2008-05-02split out some decoder context params to a shared macroJustin Ruggles2-4/+46
2008-05-02change function parameters for dump_headers()Justin Ruggles1-8/+8
2008-05-02change function parameters for metadata_streaminfo()Justin Ruggles1-17/+20
2008-04-29remove unused variable, min_framesizeJustin Ruggles1-3/+3
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini61-9/+81
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-02-19Fix ;;Michael Niedermayer8-12/+12
2008-02-01constMichael Niedermayer1-1/+1
[next]