| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: fix index timestamps for some broken files | Aurelien Jacobs | 2008-11-15 | 1 | -1/+8 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -5/+3 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -7/+7 |
* | matroskadec: cosmetics: indentation | Aurelien Jacobs | 2008-10-02 | 1 | -1/+1 |
* | matroskadec: don't merge packets which have no timestamp | Aurelien Jacobs | 2008-10-02 | 1 | -0/+1 |
* | matroskadec: merge ASS events which share the same pts in the same AVPavket | Aurelien Jacobs | 2008-09-28 | 1 | -0/+18 |
* | matroskadec: ass events lines must end with a DOS style EOL | Aurelien Jacobs | 2008-09-28 | 1 | -1/+1 |
* | matroskadec: set duration only for CODEC_ID_TEXT subtitles | Aurelien Jacobs | 2008-09-28 | 1 | -2/+2 |
* | matroskadec: pass duration as parameter of matroska_fix_ass_packet() | Aurelien Jacobs | 2008-09-28 | 1 | -3/+3 |
* | matroskadec: simplify, first_timecode is already in the index | Aurelien Jacobs | 2008-09-12 | 1 | -16/+5 |
* | matroskadec: prevent seeking before the first keyframe of the reference stream | Aurelien Jacobs | 2008-09-11 | 1 | -3/+14 |
* | matroskadec: demux relevant subtitle packets after a seek | Aurelien Jacobs | 2008-09-09 | 1 | -3/+17 |
* | matroskadec: ensure that overlapping subtitles are not added to the index | Aurelien Jacobs | 2008-09-09 | 1 | -0/+5 |
* | matroskadec: after seeking, skip up to the desired timestamp instead of | Aurelien Jacobs | 2008-09-09 | 1 | -3/+3 |
* | matroskadec: move timecode calculation a little earlier | Aurelien Jacobs | 2008-09-09 | 1 | -10/+8 |
* | matroskadec: sanitize track time_scale before using it | Aurelien Jacobs | 2008-09-09 | 1 | -0/+2 |
* | matroskadec: remove now useless vstream and is_video_key_frame | Aurelien Jacobs | 2008-09-06 | 1 | -6/+2 |
* | matroskadec: remove useless braces | Aurelien Jacobs | 2008-09-06 | 1 | -2/+1 |
* | matroskadec: ensure that the timecode added to the index are is the one | Aurelien Jacobs | 2008-09-06 | 1 | -8/+10 |
* | matroskadec: fix ASS subtitle track packets before emitting them | Aurelien Jacobs | 2008-09-04 | 1 | -0/+35 |
* | matroska: subtitle display duration must be stored in pkt->convergence_duration | Aurelien Jacobs | 2008-09-04 | 1 | -1/+4 |
* | matroskadec: cosmetics: indentation | Aurelien Jacobs | 2008-08-27 | 1 | -5/+5 |
* | matroskadec: seek to the last position known in the index before resorting to | Aurelien Jacobs | 2008-08-27 | 1 | -0/+4 |
* | matroskadec: index timestamps are supposed to be in the timebase of the stream | Aurelien Jacobs | 2008-08-26 | 1 | -4/+2 |
* | matroskadec: unset matroska->done when seeking | Aurelien Jacobs | 2008-08-25 | 1 | -0/+1 |
* | matroskadec: full seeking support in index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -3/+7 |
* | matroskadec: on the fly index construction for index-less files | Aurelien Jacobs | 2008-08-25 | 1 | -4/+16 |
* | matroskadec: don't try to seek to negative timestamp | Aurelien Jacobs | 2008-08-24 | 1 | -0/+3 |
* | matroskadec: move setting of matroska->done inside matroska_parse_cluster() | Aurelien Jacobs | 2008-08-24 | 1 | -2/+2 |
* | Mark "matroska" probe data string constant. | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | matroskadec: make aac_profiles array const | Aurelien Jacobs | 2008-08-24 | 1 | -1/+1 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -2/+2 |
* | matroskadec: fail cleanly when the required compression lib is not compiled in | Aurelien Jacobs | 2008-08-20 | 1 | -0/+2 |
* | matroskadec: stop parsing when skipping en element crossing over the end of file | Aurelien Jacobs | 2008-08-20 | 1 | -1/+1 |
* | matroska: add support for most variants of PCM | Aurelien Jacobs | 2008-08-20 | 1 | -0/+14 |
* | matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way | Aurelien Jacobs | 2008-08-20 | 1 | -40/+1 |
* | matroskadec: list some more ebml IDs found in the wild and that we ignore | Aurelien Jacobs | 2008-08-13 | 1 | -0/+33 |
* | matroskadec: parse available blocks even when cluster parsing failed | Aurelien Jacobs | 2008-08-13 | 1 | -1/+1 |
* | matroskadec: add basic tags support (metadata) | Aurelien Jacobs | 2008-08-08 | 1 | -0/+66 |
* | matroskadec: use av_freep(&x) instead of av_free(x);x=NULL | Aurelien Jacobs | 2008-08-06 | 1 | -2/+1 |
* | matroskadec: replace matroska_queue_packet with a single call to dynarray_add | Anton Khirnov | 2008-08-06 | 1 | -15/+2 |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-08-05 | 1 | -17/+17 |
* | matroskadec: remove useless num_streams | Aurelien Jacobs | 2008-08-05 | 1 | -6/+2 |
* | matroskadec: expand useless ebml_read_element_id() wrapper | Aurelien Jacobs | 2008-08-05 | 1 | -19/+3 |
* | matroskadec: simplify matroska_ebmlnum_sint() | Aurelien Jacobs | 2008-08-05 | 1 | -4/+1 |
* | matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() | Aurelien Jacobs | 2008-08-05 | 1 | -42/+14 |
* | matroska: expand useless define for MS compat codec id strings | Aurelien Jacobs | 2008-08-05 | 1 | -2/+2 |
* | matroskadec: update copyright year and related comments | Aurelien Jacobs | 2008-08-05 | 1 | -4/+4 |
* | matroskadec: reorder some functions in a more logical order | Aurelien Jacobs | 2008-08-05 | 1 | -166/+162 |
* | matroskadec: remove now useless wrapper ebml_read_element_length() | Aurelien Jacobs | 2008-08-05 | 1 | -12/+1 |