9200 Commits (803d21f38bdafe7c4e2571a9ae7052013a12923b)

Author SHA1 Message Date
Luca Barbato 13f57a4d88 wav: K&R formatting cosmetics 12 years ago
Luca Barbato 0671adbb18 id3v2: K&R formatting cosmetics 12 years ago
Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Luca Barbato c140105410 oma: K&R formatting cosmetics 12 years ago
Anton Khirnov cf679b9476 hls, segment: fix splitting for audio-only streams. 12 years ago
Luca Barbato c2cb01d418 lavf: introduce AVFMT_TS_NEGATIVE 12 years ago
Diego Biurrun a0d5ca4f0a mxfenc: Use correct printf format specifier for int64_t 12 years ago
Luca Barbato b845f5e97b riff: Factor out WAVEFORMATEX parsing 12 years ago
Peter Ross 516089d5d8 riff: Add ACTRAC3+ guid 12 years ago
Peter Ross a3bf80a5ae riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guid 12 years ago
Peter Ross e544782623 riff: Move guid structs and helper functions into riff 12 years ago
Luca Barbato 8e329dba37 riff: check for eof if chunk size and code are 0 12 years ago
Luca Barbato 1c88617b94 riff: K&R formatting cosmetics 12 years ago
Michael Niedermayer 505642f182 mp3dec: fallback to generic seeking when a TOC is not present 12 years ago
Rafaël Carré 5b27c307e7 flvenc: do not mux more than one stream per type 12 years ago
Anton Khirnov 9e6b5e61a0 img2enc: add an option for overwriting one file with subsequent images 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Martin Storsjö fc792308c5 srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH 12 years ago
Andrew Van Til 0e729b2290 rtpdec: Increase max rtp packet size to 8192 12 years ago
Andrew Van Til 350ad50bf4 lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 12 years ago
Nicolas Bertrand 5e46f6b5b7 img2: Add j2k file extension for JPEG 2000 12 years ago
Anton Khirnov f8080bd13b xmv: do not leak memory in the error paths in xmv_read_header() 12 years ago
Anton Khirnov d1016dccdc xmv: check audio track parameters validity. 12 years ago
Anton Khirnov 8d617b11cf id3v2: pad the APIC packets as required by lavc. 12 years ago
Anton Khirnov dbb1425811 lavf: make sure stream probe data gets freed. 12 years ago
Luca Barbato 25a80a931a matroska: pass the lace size to the matroska_parse_rm_audio 12 years ago
Luca Barbato 8a96df7b70 matroska: fix a corner case in ebml-lace parsing 12 years ago
Dale Curtis fc43c19a56 matroska: Update the available size after lace parsing 12 years ago
Luca Barbato 0933fd1533 oma: Validate sample rates 12 years ago
Justin Ruggles e46a2a7309 flvdec: read audio sample size and channels metadata 12 years ago
Justin Ruggles c3d0157753 flvdec: use the correct audio codec id when parsing metadata 12 years ago
Hendrik Leppkes 85a46ad685 win32: Use 64-bit fstat/lseek variants for MSVC as well 12 years ago
Reimar Döffinger ad04025987 win32: Make ff_win32_open more robust 12 years ago
Reimar Döffinger e9cc988395 win32: Allow other programs to open the same files 12 years ago
Kostya Shishkov 472391b9a7 ape: use correct context for the bit table printed in debug 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 12 years ago
Martin Storsjö a5e6080a8d rtmp: Pass the parameters to do_adobe_auth in the right order 12 years ago
Anton Khirnov 3cd93cc7b8 Revert "asfenc: return error on negative timestamp" 12 years ago
Kostya Shishkov 50c449ac24 iff: validate CMAP palette size 12 years ago
Luca Barbato d1bec33b46 asfenc: return error on negative timestamp 12 years ago
Anton Khirnov aa3c779984 lavf: sanity check size in av_get/append_packet(). 12 years ago
Xi Wang 8425d693ee flacdec: simplify bounds checking in flac_probe() 12 years ago
Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 12 years ago
Can Wu 81cf53e133 mpegts: add support for stream_type 0x42, which is CAVS 12 years ago
Diego Biurrun 1ae07959ab rsodec: Use avpriv_report_missing_feature() where appropriate 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Luca Barbato 37cb3b180a matroskadec: request a read buffer for the wav header 12 years ago
Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 12 years ago