63 Commits (b3612b5f5297284629669cddc4a3eb4fd43498ef)

Author SHA1 Message Date
Andreas Rheinhardt e625ae6092 avcodec: Constify all the AVCodecParsers 4 years ago
Michael Niedermayer 55f9683cf6 avcodec/flac_parser: Do not lose header count in find_headers_search() 5 years ago
Michael Niedermayer c552c3ef70 avcodec/flac_parser: Make expected_frame_num, expected_sample_num 64bit 5 years ago
Andreas Rheinhardt 1d54309c8a avcodec/flac_parser: Cosmetics 5 years ago
Andreas Rheinhardt 5873feac54 avcodec/flac_parser: Don't leave stale pointer in memory 5 years ago
Andreas Rheinhardt 87b30f8af8 avcodec/flac_parser: Don't modify size of the input buffer 5 years ago
Andreas Rheinhardt a1701e7591 avcodec/flac_parser: Remove superfluous checks 5 years ago
Andreas Rheinhardt 047a6d396f avcodec/flac_parser: Fix number of buffered headers 5 years ago
Andreas Rheinhardt e5e5be4c7f avcodec/flac_parser: Fix off-by-one error 5 years ago
Andreas Rheinhardt d03c3e8517 avcodec/flac_parser: Don't allocate array separately 5 years ago
Andreas Rheinhardt 5e546864b0 avcodec/flac_parser: Use native endianness when possible 5 years ago
Michael Niedermayer 15a2e35e9e avcodec/flac_parser: Fix infinite loop 7 years ago
Alexandra Hájková 9c1e111406 flac: Convert to the new bitstream reader 7 years ago
Michael Niedermayer 2475858889 avcodec/flac_parser: Update nb_headers_buffered 8 years ago
Diego Biurrun 800d91d348 Drop pointless void* casts 8 years ago
Michael Niedermayer 6935aaa748 avcodec/flac_parser: Increase FLAC_MAX_SEQUENTIAL_HEADERS by 1 9 years ago
Michael Niedermayer b0b3676e13 avcodec/flac_parser: Raise threshold for detecting invalid data 9 years ago
Thomas Guillem b18346817d flac: fix realloc loop with invalid flac files 10 years ago
Michael Niedermayer c4d85fc23c avcodec/flac_parser: fix handling EOF if no headers are found 10 years ago
Michael Niedermayer 040e5703e6 avcodec/flac_parser: print error messages in case of errors 10 years ago
Michael Niedermayer 6c3cb02a74 avcodec/flac_parser: Check for av_malloc() failure 10 years ago
Michael Niedermayer 5f964c6027 avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type) 10 years ago
Michael Niedermayer fd367668e1 avcodec/flac_parser: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 590c2996ee avcodec/flac_parser: remove duplicate assignent 10 years ago
Lukasz Marek 8aa2988036 lavc/flac_parser: use av_fifo_alloc_array 11 years ago
Lukasz Marek 9b60d907ae lavc: use av_fifo_freep 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Rainer Hochecker e1fcd3a007 flac demuxer: improve seeking 11 years ago
Michael Niedermayer 630c005b87 avcodec/flac_parser: export sample_rate also when PARSER_FLAG_COMPLETE_FRAMES is set 11 years ago
Paul B Mahol 7e112df470 flac_parser: check return value of av_fifo_alloc() 12 years ago
Michael Chinen fc736a99ea flac_parser.c: fix case when final frame is a false positive 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Tim Walker 08797c599d flac: don't check the number of channels before setting the channel layout 12 years ago
Tim Walker 41244e13d5 flac: don't check the number of channels before setting the channel layout. 12 years ago
Justin Ruggles aef5150719 flac: only set channel layout if not previously set or on channel count change 12 years ago
Justin Ruggles 90fcac0e95 flacdec: allow mid-stream channel layout change 12 years ago
Michael Chinen c73b1a1d80 flac_parser.c: fix issue with looping output for small files. 12 years ago
Michael Niedermayer 8d45c001a8 flac_parser: fix fifo ptr wrap check 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 555e2921dd flac_parser: speedup fifo realloc 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Justin Ruggles c7f3f1c91e flac parser: set duration instead of frame_size 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles b3f5c21a91 Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. 14 years ago
Justin Ruggles 281bf84fbd Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. 14 years ago
Michael Chinen 4b5d4720c1 flac_parser: loop append buffer when the default size is not enough to get 14 years ago