3729 Commits (f1f373c220e526eecdb9ff2065a4f27bc9c4a955)

Author SHA1 Message Date
Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 17 years ago
Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 17 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 17 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 17 years ago
Baptiste Coudurier c187f461f5 unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file 17 years ago
Stefan Gehrer 6d083dd7e9 fix size of header data 17 years ago
Baptiste Coudurier bc4c3a55f5 clarify error message about codec tag 17 years ago
Baptiste Coudurier 150611474e give context to av_log 17 years ago
Luca Abeni 6872368355 Do not free the priv_data field of AVStream on close (it is already 17 years ago
Michael Niedermayer 44369b45eb indent 17 years ago
Michael Niedermayer fd147f23a2 Inform the user about unhandled sectors. 17 years ago
Michael Niedermayer 66602c67be memleak 17 years ago
Michael Niedermayer 435a6082f9 Do not completely bail out for invalid params, just skip the current sector. 17 years ago
Michael Niedermayer ad9c10556c merge decl & init 17 years ago
Michael Niedermayer a4fe6826de Get rid of weird pre reading code. 17 years ago
Michael Niedermayer d0b76b98c4 Remove debugging trash. 17 years ago
Michael Niedermayer 7669935ac4 Another variable that did nothing at all 17 years ago
Michael Niedermayer 73d3a14d82 remove code that discards streams randomly 17 years ago
Michael Niedermayer e100245441 vertical align 17 years ago
Michael Niedermayer c1f6eca124 Remove a dozen unused variables. 17 years ago
Michael Niedermayer a4d64c1709 unused var 17 years ago
Michael Niedermayer fdb5932e35 Fix exploitable code. 17 years ago
Michael Niedermayer dd7a68b6da Remove start_time guessing code. 17 years ago
Michael Niedermayer 3041a4a13d Also print flags with FF_FDEBUG_TS. 17 years ago
Michael Niedermayer f53dd4682c Prevent invalid timestamps from being stored. 17 years ago
Benjamin Larsson 75d27450a1 Add support for mp3 contained in oma 17 years ago
Benjamin Larsson de8c8181a9 Rearrange parameter logic 17 years ago
Benjamin Larsson f035fe9755 Add more codec IDs and tags. 17 years ago
Baptiste Coudurier f3b5a1a260 make av_find_stream_info find frame_size for aac too 17 years ago
Michael Niedermayer 4d35bf74f9 Make av_find_stream_info() find the frame_size for vorbis. 17 years ago
Michael Niedermayer 6e1aa0f383 Fill missing pts in during muxing when we know that they are equal to dts. 17 years ago
Michael Niedermayer c924ca78b6 We cannot calculate the duration of vorbis packets even if we do know the 17 years ago
Luca Abeni a4696aa2fe Remove improper usage of AV_TIME_BASE_Q 17 years ago
Michael Niedermayer 796d200a77 Prevent duration calculation code from generating random durations for 17 years ago
Luca Abeni 309d32b0db Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP 17 years ago
Diego Biurrun 07cb073bf9 Remove unused variable, fixes the warning: 17 years ago
Baptiste Coudurier d4fdba0df7 chinese avs demuxing support, demux AVSFileFormat.mp4 17 years ago
Evgeniy Stepanov 5e8477b011 matroskadec: decode track private data if needed 17 years ago
Evgeniy Stepanov 935ec5a1d5 matroskadec: move buffer decoding code to a separate function 17 years ago
Aurelien Jacobs 51e1cc16d3 matroskadec: fix a memory leak 17 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 17 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 17 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 17 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 17 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Art Clarke 6919e54c00 Check if there is at least a stream before writing trailer. 17 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 17 years ago
Baptiste Coudurier 2562ccb38d remove useless close func 17 years ago