3494 Commits (37a4b3bb02f52dab1fb226c72c1e1bafcd0afff7)

Author SHA1 Message Date
Baptiste Coudurier b63ba850c1 remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits 17 years ago
Baptiste Coudurier 0724373d2c cosmetics 17 years ago
Michael Niedermayer 45b2b05f8e Make timestamp debugging work nicer. 17 years ago
Albert Astals Cid e785efc49a Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. 17 years ago
Baptiste Coudurier 83657f9f1c remove now unneeded vars 17 years ago
Baptiste Coudurier 3c6a9f66b9 pass dts and pts through ffm, should fix streaming b frames 17 years ago
Baptiste Coudurier 7080cbe2c8 pass extradata through ffm 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Benjamin Larsson b339f0c6be Oma demuxer 17 years ago
Baptiste Coudurier 2940b38ef2 fix pts handling in ffm 17 years ago
Baptiste Coudurier c07d64c890 Reset reading state after successful seek. 17 years ago
Ramiro Polla 15d856e8d2 Remove wrappers of pcm_read_seek(). 17 years ago
Ramiro Polla 5256e42c0b Remove wrappers of pcm_read_seek(). 17 years ago
Baptiste Coudurier b30bb5357d cosmetics, rename first to header, more explicit name 17 years ago
Baptiste Coudurier a1011180d5 cosmetics, rename first to header, more explicit name 17 years ago
Diego Biurrun 969f949300 Remove Fabrice's copyright from the Makefiles. They have been entirely 17 years ago
Ramiro Polla bea91b8c29 Remove useless img_read_close(). 17 years ago
Ramiro Polla 2377922192 Remove unneeded NULL at end of struct. 17 years ago
Ramiro Polla fc9c2d53c3 Merge declaration and initialization. 17 years ago
Stefano Sabatini ffa5ed2464 cosmetics: s/Id/id/ in libavformat where Id refers to id Software. 17 years ago
Aurelien Jacobs 03b9d94e86 matroskadec: remove some useless code 17 years ago
Aurelien Jacobs e9b56825be cosmetics: indentation 17 years ago
Aurelien Jacobs fc4738ae96 matroskadec: don't remove dummy level when none was added 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Aurelien Jacobs ca162a5004 Ensure the first audio stream is selected as the default stream 17 years ago
Aurelien Jacobs 401cdd519c adjust comment to reality 17 years ago
Aurelien Jacobs 94f6c011d6 matroskadec: sane default value for track->time_scale 17 years ago
Baptiste Coudurier d3ad044ad5 add pretty common .m2t as ts extension 17 years ago
Baptiste Coudurier 3654a16dc9 fix continuity counter to start at 0 17 years ago
Michael Niedermayer 820ad60cd9 Make update_initial_durations() also work if a dts occured before a 17 years ago
Michael Niedermayer 5853423c3f Do not set pts in update_initial_durations() if stream has b frames. 17 years ago
Aurelien Jacobs ff2c222c37 matroskadec: fix potential mem leak 17 years ago
Aurelien Jacobs 34ae40971b matroskadec: avoid potential mem leak 17 years ago
Aurelien Jacobs fe53fa253f reorganize matroska_add_stream() to fix potential mem leak and buffer overflow 17 years ago
Aurelien Jacobs 4b3dc529f5 matroskadec: move ARRAY_SIZE() macro at top of the file 17 years ago
Andreas Öman 1686cce6e6 Audio channels and sample rate must be set in order to skip 17 years ago
Baptiste Coudurier c5577c403f rename last_frame_offset to next_frame_offset, due to r13615 17 years ago
Panagiotis Issaris 437fd77b05 Check whether the memory allocation for extradata succeeded. Fixes issue 472. 17 years ago
Aurelien Jacobs 934b910ba0 matroskadec: use the proper timestamp scaling for index entries 17 years ago
Anton Khirnov 7ff9708585 matroskadec: read TrackTimecodeScale and set timebase accordingly 17 years ago
Anton Khirnov cdae8eec10 matroskadec: silently discard some element ID that we don't care about 17 years ago
Peter Ross 750066ea1c flvenc.o depends on avc.o (for H.264 support functions). 17 years ago
Ramiro Polla 16e861e3ee raw mlp demuxer 17 years ago
Quoc Cuong Pham dd0f776c98 Detect "tif" suffix as TIFF. 17 years ago
Reimar Döffinger e8bd16a5e1 Check av_new_stream return value, fixes CID75 RUN2 17 years ago
Michael Niedermayer 8b9c4ad237 ENOMEM is better, yes ... 17 years ago
Reimar Döffinger 60583fb653 Check av_new_stream return value, fixes CID79 RUN2 17 years ago
Reimar Döffinger 6c10281c3a Check for av_new_stream failure, fixes CID76 RUN2 17 years ago
Erik Hovland f094b6627d Remove unnecessary header #includes. 17 years ago
Joakim Plate 5faf168940 Check return of url_fseek in mpeg timestamp reading code. 17 years ago