100 Commits (0cd9ff4e3aa23318a855c21d60b1c9035b2b99d2)

Author SHA1 Message Date
Hendrik Leppkes 2cad7eebc1 avcodec/flac: remove avpriv parsing API cruft 9 years ago
Anton Khirnov acc897e6b1 lavc: make avpriv_flac_is_extradata_valid() private on the next bump 10 years ago
Anton Khirnov c070a87515 lavc: make avpriv_flac_parse_streaminfo() private on the next bump 10 years ago
Anton Khirnov 9325d88eba lavc: remove obsolete and disabled avpriv functions 10 years ago
Anton Khirnov 5fdaf312c5 flac: make avpriv_flac_parse_block_header() inline 11 years ago
Anton Khirnov f13ffb6636 flacdec: do not overwrite a channel layout set by the caller 11 years ago
Luca Barbato 0e78ef0f94 flac: use meaningful return values 11 years ago
Tim Walker 9d083d6417 flac: add channel layout masks for streams with 7 or 8 channels. 12 years ago
Tim Walker 7af876a93f flac: add channel layout masks for streams with 7 or 8 channels 12 years ago
Michael Niedermayer 7efee140d7 get_bits: rename get_bits_longlong to get_bits64 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles 90fcac0e95 flacdec: allow mid-stream channel layout change 12 years ago
Paul B Mahol 3fa100244f flac: use get_bits_longlong() 12 years ago
Diego Biurrun 8eea8fdceb flac: Move flac functions shared between libraries to flac common code 13 years ago
Mans Rullgard d155b60fc8 flac: make FLAC_CHMODE_* constants consecutive 13 years ago
Michael Niedermayer 388b7ac07a Revert "Set channel layout in flac decoder." 13 years ago
Michael Niedermayer 003e024bfb Revert "Fix channel layout for some stereo flac files." 13 years ago
Carl Eugen Hoyos d2ee3c913d Fix channel layout for some stereo flac files. 14 years ago
Carl Eugen Hoyos 2ef2496cd1 Set channel layout in flac decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles ed4e1e5833 cosmetics: line wrap after last commit 14 years ago
Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 14 years ago
Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 14 years ago
Michael Chinen 7f4e432148 Check validity of the frame sync code in ff_flac_decode_frame_header(). 14 years ago
Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 14 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 18 years ago
Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 18 years ago
Alex Beregszaszi 07d84a4e9f check for channels<=0 and print a reasonable error message 18 years ago
Michael Niedermayer ac975ac462 useless as this file wont be compiled if this is not true 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
Roine Gustafsson 983ea0bc87 a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Michael Niedermayer 9fe5a7b831 do not call (av_)abort() 20 years ago
Michael Niedermayer bb0b93ba81 more info about why init failed 21 years ago
Michael Niedermayer 3d0ef6dd52 av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi ed7debda14 removed the obsolete and unused parameters of init_put_bits 21 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago