| Commit message (Expand) | Author | Age | Files | Lines |
* | indent | Michael Niedermayer | 2008-07-08 | 1 | -2/+2 |
* | 10000l for myself, my last change was incomplete. | Michael Niedermayer | 2008-07-08 | 1 | -1/+3 |
* | One-bit bitfields should probably be unsigned. Unfortunately, it is left | Erik Hovland | 2008-07-08 | 2 | -9/+9 |
* | Set cur_dts to 0 only during creating new streams and not every time cur_dts ... | Michael Niedermayer | 2008-07-08 | 1 | -5/+5 |
* | Electronic Arts CMV demuxer | Peter Ross | 2008-07-08 | 1 | -0/+15 |
* | Remove AVPaletteControl from ALG MM demuxer/decoder | Peter Ross | 2008-07-08 | 1 | -22/+3 |
* | Remove outdated comment | Luca Abeni | 2008-07-08 | 1 | -1/+0 |
* | Print libavformat version in outgoing SDPs. | Stefano Sabatini | 2008-07-08 | 1 | -1/+1 |
* | 10l, fix nuv_header for the case when there is no video stream. | Reimar Döffinger | 2008-07-07 | 1 | -1/+1 |
* | Alphabetically order AVInputFormat/AVOutputFormat declarations. | Diego Biurrun | 2008-07-07 | 1 | -199/+200 |
* | Add a note to remind people to add new raw formats to the Makefile. | Diego Biurrun | 2008-07-07 | 1 | -0/+3 |
* | Add missing dependency declaration for raw Dirac demuxer. | Diego Biurrun | 2008-07-07 | 1 | -0/+1 |
* | spelling cosmetics in PCM codec long names | Diego Biurrun | 2008-07-07 | 1 | -8/+8 |
* | add some missing dependencies | Aurelien Jacobs | 2008-07-06 | 1 | -1/+4 |
* | Remove inaccurate computation of pts for audio packets and rely on | Gregory Montoir | 2008-07-06 | 1 | -1/+1 |
* | All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo... | Michael Niedermayer | 2008-07-04 | 1 | -1/+1 |
* | All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas | Michael Niedermayer | 2008-07-04 | 1 | -0/+2 |
* | 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 |