| Commit message (Expand) | Author | Age | Files | Lines |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -3/+0 |
* | add support for V_THEORA into Matroska | Aurelien Jacobs | 2007-03-25 | 1 | -0/+1 |
* | disable pts reordering code and initialize a parser instead | Aurelien Jacobs | 2007-03-15 | 1 | -8/+1 |
* | remove outdated comment | Aurelien Jacobs | 2007-03-13 | 1 | -1/+0 |
* | remove no more needed parameters | Aurelien Jacobs | 2007-03-13 | 1 | -9/+3 |
* | set pkt->duration for laced packets too | Aurelien Jacobs | 2007-03-13 | 1 | -8/+1 |
* | calculate pts for laced packets | Aurelien Jacobs | 2007-03-13 | 1 | -4/+9 |
* | calculate default_duration for AAC tracks | Aurelien Jacobs | 2007-03-13 | 1 | -0/+1 |
* | scale duration and default_duration | Aurelien Jacobs | 2007-03-13 | 1 | -6/+7 |
* | move timecode calculation out of laces loop | Aurelien Jacobs | 2007-03-12 | 1 | -5/+7 |
* | cosmetic: indent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | reorder pts of packets from tracks using V_MPEG* codecs | Aurelien Jacobs | 2007-03-11 | 1 | -0/+60 |
* | revert r7181 | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | check if current block contains a B frame and gives this info to parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -5/+12 |
* | extract ebml_read_binary() out of matroska_parse_block() | Aurelien Jacobs | 2007-03-11 | 1 | -13/+24 |
* | reindent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -27/+27 |
* | parse clusters until some packets are queued | Aurelien Jacobs | 2007-03-11 | 1 | -6/+5 |
* | fix a stupid bug in ebml_read_sint() | Aurelien Jacobs | 2007-03-11 | 1 | -1/+0 |
* | use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() | Aurelien Jacobs | 2007-03-11 | 1 | -3/+3 |
* | don't rely on a specific appearance order for ebml elements at the same level | Aurelien Jacobs | 2007-03-02 | 1 | -15/+14 |
* | add support for simple blocks (ie. matroska v2) | Aurelien Jacobs | 2007-03-02 | 1 | -2/+9 |
* | cosmetics: fix indentation of the new matroska_parse_block() function | Aurelien Jacobs | 2007-03-01 | 1 | -162/+159 |
* | split a matroska_parse_block() function from matroska_parse_blockgroup() | Aurelien Jacobs | 2007-03-01 | 1 | -29/+44 |
* | fix an off-by-one error in probing function | Aurelien Jacobs | 2007-03-01 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | matroska: scale timecode according to time_scale | Aurelien Jacobs | 2006-11-28 | 1 | -1/+1 |
* | No need for special trick anymore for flac in matroska. | Aurelien Jacobs | 2006-11-23 | 1 | -8/+0 |
* | add support for FLAC in matroska | Aurelien Jacobs | 2006-11-21 | 1 | -0/+9 |
* | add support for tta in matroska | Aurelien Jacobs | 2006-11-20 | 1 | -0/+18 |
* | cosmetics: reindent after last commit | Aurelien Jacobs | 2006-11-20 | 1 | -7/+7 |
* | matroska: split real video frames so that each packet contains only one slice | Aurelien Jacobs | 2006-11-20 | 1 | -7/+32 |
* | matroska: properly handle real video extradata | Aurelien Jacobs | 2006-11-20 | 1 | -1/+8 |
* | simplify free()+set to NULL using av_freep() | Aurelien Jacobs | 2006-11-20 | 1 | -2/+1 |
* | Allows playback of truncated matroska files. | Aurelien Jacobs | 2006-11-12 | 1 | -4/+2 |
* | Fix wrong comment. | Steve L'Homme | 2006-11-11 | 1 | -1/+1 |
* | Add A_AAC codec identifier support in matroska. | Steve L'Homme | 2006-11-11 | 1 | -2/+2 |
* | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier | 2006-11-09 | 1 | -3/+2 |
* | add support for AAC in matroska | Aurelien Jacobs | 2006-11-08 | 1 | -3/+55 |
* | add audio output sampling freqency reading in matroska | Aurelien Jacobs | 2006-11-08 | 1 | -0/+13 |
* | Better way to detect cluster (fix files encoded with Haali's muxer). | Aurelien Jacobs | 2006-11-08 | 1 | -5/+3 |
* | Allow reading matroska title. | Aurelien Jacobs | 2006-11-07 | 1 | -0/+11 |
* | cosmetics: reindent after last commit | Aurelien Jacobs | 2006-11-06 | 1 | -8/+8 |
* | Don't need to check for NULL before av_free(). | Aurelien Jacobs | 2006-11-06 | 1 | -10/+0 |
* | Add support for block duration. | Steve L'Homme | 2006-11-06 | 1 | -6/+13 |
* | Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). | Steve L'Homme | 2006-11-06 | 1 | -1/+1 |
* | guess matroska files frame rate | Steve L'Homme | 2006-11-06 | 1 | -0/+4 |
* | remove floats in 10 bytes/byte support (no version of matroska used it) | Steve L'Homme | 2006-11-06 | 1 | -4/+0 |
* | WavPack support in Matroska | Kostya Shishkov | 2006-11-06 | 1 | -0/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |