summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer21-101/+142
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles4-18/+32
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer54-389/+1635
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard3-15/+9
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov7-21/+21
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-12-07Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen2-1/+2
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-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen3-101/+105
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-03-24flacdec: split frame header decoding and validation into a separateJustin Ruggles2-40/+68
2009-03-22cosmetics: vertical alignmentJustin Ruggles1-1/+1
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles5-14/+63
2009-03-21share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles3-26/+20
2009-03-19share some constants between the FLAC encoder and FLAC decoderJustin Ruggles3-15/+10
2009-03-06flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2-6/+26
2009-03-03flacdec: Remove unused variable, min_blocksize.Justin Ruggles2-4/+2
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles6-31/+91
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-25flacdec: get total number of samples from STREAMINFOJustin Ruggles2-1/+3
2009-01-25move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2-1/+2
2009-01-25define FLAC metadata types in flac.hJustin Ruggles2-3/+12
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-05-02include avcodec.hJustin Ruggles1-0/+2
2008-05-02share streaminfo parsing functionJustin Ruggles2-8/+20
2008-05-02split out some decoder context params to a shared macroJustin Ruggles2-4/+46