3567 Commits (010acd8ea17468e60f43db610b49024941b91b6b)

Author SHA1 Message Date
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
Aurelien Jacobs 51e1cc16d3 matroskadec: fix a memory leak 16 years ago
Baptiste Coudurier fabb990ec2 cosmetics, pts->dts 16 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 16 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 16 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 16 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 16 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 16 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 16 years ago
Art Clarke 6919e54c00 Check if there is at least a stream before writing trailer. 16 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 years ago
Baptiste Coudurier 2562ccb38d remove useless close func 16 years ago
Baptiste Coudurier 6a862b4947 remove useless close func 16 years ago
Baptiste Coudurier 9f5d3b13cf ffm has no per stream priv_data anymore 16 years ago
Luca Abeni e917464155 Fix neverending loop which might happen when sending high-bitrate MPEG2 16 years ago
Florian Echtler 25176d6e22 Parse 'dats' as data. 17 years ago
Art Clarke e3ec60d82a free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com 17 years ago
Aurelien Jacobs ded4241bb0 matroskadec: remove some useless code 17 years ago
Baptiste Coudurier 40f8675ccf set correct ftyp minor version for 3gp/2 17 years ago
Baptiste Coudurier 6ba9ed9557 invert mode_mov condition 17 years ago
Baptiste Coudurier d3e4783212 simplify 17 years ago
Baptiste Coudurier 3473ca9a25 change 3gp/3g2 brands if h264 is present 17 years ago
Baptiste Coudurier cd70d17f5f simplify ipod brand selection 17 years ago
Baptiste Coudurier 7b0fb8b77a fix warning, write_ftyp return int now 17 years ago