| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling cosmetics | Diego Biurrun | 2008-07-04 | 1 | -23/+25 |
* | Reindent after r14059, see "[PATCH] allow empty params for | Ronald S. Bultje | 2008-07-03 | 1 | -3/+3 |
* | Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow | Ronald S. Bultje | 2008-07-03 | 1 | -0/+2 |
* | Reindent after last commit | Luca Abeni | 2008-07-02 | 1 | -10/+10 |
* | Fix A/V synch for RTP streams that do not contain MPEG1 or 2 | Luca Abeni | 2008-07-02 | 1 | -18/+6 |
* | include track id in error message | Baptiste Coudurier | 2008-06-28 | 1 | -1/+1 |
* | Change mtv_read_packet so it does not break after seeking (displaying a shift... | Reimar Döffinger | 2008-06-28 | 1 | -12/+8 |
* | Fix pkt->pos to really point at start of packet for mtv audio packets. | Reimar Döffinger | 2008-06-28 | 1 | -0/+1 |
* | cosmetics | Baptiste Coudurier | 2008-06-28 | 1 | -1/+1 |
* | cosmetics, align vertically | Baptiste Coudurier | 2008-06-28 | 1 | -12/+12 |
* | unset Track sets, relying in AVStream->priv_data and will be freed in av_clos... | Baptiste Coudurier | 2008-06-27 | 1 | -0/+3 |
* | fix size of header data | Stefan Gehrer | 2008-06-27 | 1 | -1/+1 |
* | clarify error message about codec tag | Baptiste Coudurier | 2008-06-27 | 1 | -1/+2 |
* | give context to av_log | Baptiste Coudurier | 2008-06-27 | 1 | -2/+2 |
* | Do not free the priv_data field of AVStream on close (it is already | Luca Abeni | 2008-06-27 | 1 | -1/+0 |
* | indent | Michael Niedermayer | 2008-06-26 | 1 | -8/+8 |
* | Inform the user about unhandled sectors. | Michael Niedermayer | 2008-06-26 | 1 | -0/+1 |
* | memleak | Michael Niedermayer | 2008-06-26 | 1 | -0/+5 |
* | Do not completely bail out for invalid params, just skip the current sector. | Michael Niedermayer | 2008-06-26 | 1 | -1/+1 |
* | merge decl & init | Michael Niedermayer | 2008-06-26 | 1 | -2/+1 |
* | Get rid of weird pre reading code. | Michael Niedermayer | 2008-06-26 | 1 | -71/+38 |
* | Remove debugging trash. | Michael Niedermayer | 2008-06-26 | 1 | -26/+0 |
* | Another variable that did nothing at all | Michael Niedermayer | 2008-06-26 | 1 | -12/+0 |
* | remove code that discards streams randomly | Michael Niedermayer | 2008-06-26 | 1 | -23/+15 |
* | vertical align | Michael Niedermayer | 2008-06-26 | 1 | -10/+10 |
* | Remove a dozen unused variables. | Michael Niedermayer | 2008-06-26 | 1 | -34/+4 |
* | unused var | Michael Niedermayer | 2008-06-26 | 1 | -4/+0 |
* | Fix exploitable code. | Michael Niedermayer | 2008-06-26 | 1 | -10/+21 |
* | Remove start_time guessing code. | Michael Niedermayer | 2008-06-26 | 1 | -10/+0 |
* | Also print flags with FF_FDEBUG_TS. | Michael Niedermayer | 2008-06-26 | 1 | -4/+6 |
* | Prevent invalid timestamps from being stored. | Michael Niedermayer | 2008-06-25 | 1 | -0/+3 |
* | Add support for mp3 contained in oma | Benjamin Larsson | 2008-06-25 | 1 | -0/+4 |
* | Rearrange parameter logic | Benjamin Larsson | 2008-06-25 | 1 | -14/+16 |
* | Add more codec IDs and tags. | Benjamin Larsson | 2008-06-25 | 1 | -0/+4 |
* | make av_find_stream_info find frame_size for aac too | Baptiste Coudurier | 2008-06-25 | 1 | -1/+3 |
* | Make av_find_stream_info() find the frame_size for vorbis. | Michael Niedermayer | 2008-06-25 | 1 | -0/+2 |
* | Fill missing pts in during muxing when we know that they are equal to dts. | Michael Niedermayer | 2008-06-25 | 1 | -0/+3 |
* | We cannot calculate the duration of vorbis packets even if we do know the | Michael Niedermayer | 2008-06-25 | 1 | -3/+3 |
* | Remove improper usage of AV_TIME_BASE_Q | Luca Abeni | 2008-06-25 | 1 | -2/+2 |
* | Prevent duration calculation code from generating random durations for | Michael Niedermayer | 2008-06-24 | 1 | -0/+3 |
* | Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP | Luca Abeni | 2008-06-24 | 1 | -2/+2 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2008-06-23 | 1 | -1/+1 |
* | chinese avs demuxing support, demux AVSFileFormat.mp4 | Baptiste Coudurier | 2008-06-22 | 2 | -0/+2 |
* | matroskadec: decode track private data if needed | Evgeniy Stepanov | 2008-06-22 | 1 | -0/+17 |
* | matroskadec: move buffer decoding code to a separate function | Evgeniy Stepanov | 2008-06-22 | 1 | -69/+81 |
* | matroskadec: fix a memory leak | Aurelien Jacobs | 2008-06-22 | 1 | -0/+3 |
* | cosmetics, pts->dts | Baptiste Coudurier | 2008-06-22 | 3 | -20/+20 |
* | store dts in ffm headers | Baptiste Coudurier | 2008-06-22 | 1 | -5/+5 |
* | remove pts set hack, this is no more correct | Baptiste Coudurier | 2008-06-22 | 1 | -6/+1 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 2 | -0/+2 |