194 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Aurelien Jacobs 69b6d53beb cosmetics: whitespace 16 years ago
Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 0e169d16f1 matroskadec: merge ByteIOContext declarations at upper level 16 years ago
Aurelien Jacobs 68a71451f6 matroskadec: parse the WAVEFORMATEX header and discard it from extradata 16 years ago
Aurelien Jacobs e0e4be590c matroskadec: ensure we only consider chapters which are properly ordered 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Alexander Strange 1ca610c015 Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv 16 years ago
Aurelien Jacobs 8f569ed08f matroskadec: fix index timestamps for some broken files 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Aurelien Jacobs c58e8bd3c3 matroskadec: cosmetics: indentation 16 years ago
Aurelien Jacobs 21a115d17b matroskadec: don't merge packets which have no timestamp 16 years ago
Aurelien Jacobs d5e34dcb72 matroskadec: merge ASS events which share the same pts in the same AVPavket 16 years ago
Aurelien Jacobs 3df2be9fa7 matroskadec: ass events lines must end with a DOS style EOL 16 years ago
Aurelien Jacobs 1bb4a1a1c4 matroskadec: set duration only for CODEC_ID_TEXT subtitles 16 years ago
Aurelien Jacobs e7d4b7431d matroskadec: pass duration as parameter of matroska_fix_ass_packet() 16 years ago
Aurelien Jacobs a8fd7e764a matroskadec: simplify, first_timecode is already in the index 16 years ago
Aurelien Jacobs 5358a81f9c matroskadec: prevent seeking before the first keyframe of the reference stream 16 years ago
Aurelien Jacobs c16582579b matroskadec: demux relevant subtitle packets after a seek 16 years ago
Aurelien Jacobs 82360e670d matroskadec: ensure that overlapping subtitles are not added to the index 16 years ago
Aurelien Jacobs 20f7466550 matroskadec: after seeking, skip up to the desired timestamp instead of 16 years ago
Aurelien Jacobs f14a201b32 matroskadec: move timecode calculation a little earlier 16 years ago
Aurelien Jacobs 3fc9d7cec4 matroskadec: sanitize track time_scale before using it 16 years ago
Aurelien Jacobs a3467f8608 matroskadec: remove now useless vstream and is_video_key_frame 16 years ago
Aurelien Jacobs dbfb0e5f36 matroskadec: remove useless braces 16 years ago
Aurelien Jacobs 24c3da1637 matroskadec: ensure that the timecode added to the index are is the one 16 years ago
Aurelien Jacobs 3eb9bfbb84 matroskadec: fix ASS subtitle track packets before emitting them 16 years ago
Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 16 years ago
Aurelien Jacobs 0dbddda397 matroskadec: cosmetics: indentation 16 years ago
Aurelien Jacobs 6bef5f9b96 matroskadec: seek to the last position known in the index before resorting to 16 years ago
Aurelien Jacobs 8e44312d3f matroskadec: index timestamps are supposed to be in the timebase of the stream 16 years ago
Aurelien Jacobs 244ee48a82 matroskadec: unset matroska->done when seeking 16 years ago
Aurelien Jacobs 0f646a2233 matroskadec: full seeking support in index-less files 16 years ago
Aurelien Jacobs 8bc98ba92b matroskadec: on the fly index construction for index-less files 16 years ago
Aurelien Jacobs dfbbbdc0bf matroskadec: don't try to seek to negative timestamp 16 years ago
Aurelien Jacobs 653fb2f80c matroskadec: move setting of matroska->done inside matroska_parse_cluster() 16 years ago
Reimar Döffinger 7b571fd7a4 Mark "matroska" probe data string constant. 16 years ago
Aurelien Jacobs ba18b99ffa matroskadec: make aac_profiles array const 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Aurelien Jacobs 28f27e0c0c matroskadec: fail cleanly when the required compression lib is not compiled in 16 years ago
Aurelien Jacobs dc3e0211ed matroskadec: stop parsing when skipping en element crossing over the end of file 16 years ago
Aurelien Jacobs eb9cf50a74 matroska: add support for most variants of PCM 16 years ago
Aurelien Jacobs b49d17b77a matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way 16 years ago
Aurelien Jacobs 5df3cc6f80 matroskadec: list some more ebml IDs found in the wild and that we ignore 16 years ago
Aurelien Jacobs 131f1cb2a9 matroskadec: parse available blocks even when cluster parsing failed 16 years ago
Aurelien Jacobs 44015c56a6 matroskadec: add basic tags support (metadata) 17 years ago
Aurelien Jacobs 00a3431cbb matroskadec: use av_freep(&x) instead of av_free(x);x=NULL 17 years ago
Anton Khirnov b87025399c matroskadec: replace matroska_queue_packet with a single call to dynarray_add 17 years ago