3740 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)

Author SHA1 Message Date
Diego Biurrun ac1ea66e17 spelling cosmetics in PCM codec long names 16 years ago
Aurelien Jacobs 92b2bc59c9 add some missing dependencies 16 years ago
Gregory Montoir ca3ed63e15 Remove inaccurate computation of pts for audio packets and rely on 16 years ago
Michael Niedermayer 0328995893 All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) 16 years ago
Michael Niedermayer d5ae45841f All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas 16 years ago
Diego Biurrun 15d6e3612f spelling cosmetics 16 years ago
Ronald S. Bultje 1e2802c5cf Reindent after r14059, see "[PATCH] allow empty params for 16 years ago
Ronald S. Bultje e145ce2027 Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow 16 years ago
Luca Abeni fba7815d8d Reindent after last commit 16 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 16 years ago
Baptiste Coudurier 90ffc4902e include track id in error message 16 years ago
Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 16 years ago
Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 16 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 16 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 16 years ago
Baptiste Coudurier c187f461f5 unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file 16 years ago
Stefan Gehrer 6d083dd7e9 fix size of header data 16 years ago
Baptiste Coudurier bc4c3a55f5 clarify error message about codec tag 16 years ago
Baptiste Coudurier 150611474e give context to av_log 16 years ago
Luca Abeni 6872368355 Do not free the priv_data field of AVStream on close (it is already 16 years ago
Michael Niedermayer 44369b45eb indent 16 years ago
Michael Niedermayer fd147f23a2 Inform the user about unhandled sectors. 16 years ago
Michael Niedermayer 66602c67be memleak 16 years ago
Michael Niedermayer 435a6082f9 Do not completely bail out for invalid params, just skip the current sector. 16 years ago
Michael Niedermayer ad9c10556c merge decl & init 16 years ago
Michael Niedermayer a4fe6826de Get rid of weird pre reading code. 16 years ago
Michael Niedermayer d0b76b98c4 Remove debugging trash. 16 years ago
Michael Niedermayer 7669935ac4 Another variable that did nothing at all 16 years ago
Michael Niedermayer 73d3a14d82 remove code that discards streams randomly 16 years ago
Michael Niedermayer e100245441 vertical align 16 years ago
Michael Niedermayer c1f6eca124 Remove a dozen unused variables. 16 years ago
Michael Niedermayer a4d64c1709 unused var 16 years ago
Michael Niedermayer fdb5932e35 Fix exploitable code. 16 years ago
Michael Niedermayer dd7a68b6da Remove start_time guessing code. 16 years ago
Michael Niedermayer 3041a4a13d Also print flags with FF_FDEBUG_TS. 16 years ago
Michael Niedermayer f53dd4682c Prevent invalid timestamps from being stored. 16 years ago
Benjamin Larsson 75d27450a1 Add support for mp3 contained in oma 16 years ago
Benjamin Larsson de8c8181a9 Rearrange parameter logic 16 years ago
Benjamin Larsson f035fe9755 Add more codec IDs and tags. 16 years ago
Baptiste Coudurier f3b5a1a260 make av_find_stream_info find frame_size for aac too 16 years ago
Michael Niedermayer 4d35bf74f9 Make av_find_stream_info() find the frame_size for vorbis. 16 years ago
Michael Niedermayer 6e1aa0f383 Fill missing pts in during muxing when we know that they are equal to dts. 16 years ago
Michael Niedermayer c924ca78b6 We cannot calculate the duration of vorbis packets even if we do know the 16 years ago
Luca Abeni a4696aa2fe Remove improper usage of AV_TIME_BASE_Q 16 years ago
Michael Niedermayer 796d200a77 Prevent duration calculation code from generating random durations for 16 years ago
Luca Abeni 309d32b0db Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP 16 years ago
Diego Biurrun 07cb073bf9 Remove unused variable, fixes the warning: 16 years ago
Baptiste Coudurier d4fdba0df7 chinese avs demuxing support, demux AVSFileFormat.mp4 16 years ago
Evgeniy Stepanov 5e8477b011 matroskadec: decode track private data if needed 16 years ago
Evgeniy Stepanov 935ec5a1d5 matroskadec: move buffer decoding code to a separate function 16 years ago