| Commit message (Expand) | Author | Age | Files | Lines |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -4/+10 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -1/+1 |
* | revert 12156 | Michael Niedermayer | 2008-02-20 | 1 | -2/+2 |
* | Make timestamp interpolation work with mpeg2 field pictures. | Michael Niedermayer | 2008-02-20 | 1 | -2/+2 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+4 |
* | SMPTE 421 Annex L format demuxer | Kostya Shishkov | 2008-01-29 | 1 | -2/+2 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -2/+4 |
* | new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com | Paul Egan | 2008-01-20 | 1 | -2/+2 |
* | user specifyable maximum amount of memory to use for the index. | Paul Kelly | 2008-01-13 | 1 | -2/+23 |
* | Correct doxy about timestamp units of read_timestamp(). | Michael Niedermayer | 2007-12-31 | 1 | -1/+1 |
* | Document return of read_timestamp. | Michael Niedermayer | 2007-12-31 | 1 | -0/+1 |
* | comment typo fixes | Diego Biurrun | 2007-12-21 | 1 | -21/+20 |
* | typo ;) | Ivo van Poorten | 2007-12-21 | 1 | -3/+3 |
* | Document a few more structure change rules with relation to ABI/API. | Michael Niedermayer | 2007-12-20 | 1 | -0/+14 |
* | Document structure change rules with relation to ABI/API. | Michael Niedermayer | 2007-12-20 | 1 | -1/+7 |
* | Increase minor version due to new av_close_input_stream | Reimar Döffinger | 2007-12-19 | 1 | -2/+2 |
* | Add a av_close_input_stream function | Reimar Döffinger | 2007-12-19 | 1 | -0/+6 |
* | Remove dead code which disappeared with the last major version bump. | Michael Niedermayer | 2007-12-19 | 1 | -6/+0 |
* | Remove *_codec_id from AVFormatParameters with the next major version bump. | Michael Niedermayer | 2007-12-19 | 1 | -0/+2 |
* | Allow overriding codec_ids. | Michael Niedermayer | 2007-12-19 | 1 | -0/+16 |
* | cosmetics: comment typo fixes | Diego Biurrun | 2007-12-16 | 1 | -4/+4 |
* | document how to free the result of av_alloc_format_context() | Michael Niedermayer | 2007-12-15 | 1 | -1/+5 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -2/+7 |
* | succes --> success typo | Diego Biurrun | 2007-12-01 | 1 | -1/+1 |
* | Bump lavf minor due to addition of | Andreas Öman | 2007-11-28 | 1 | -2/+2 |
* | Include os_support.h only when needed | Luca Abeni | 2007-11-21 | 1 | -2/+0 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -3/+3 |
* | Fix Doxygen parameter | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | Typo | Panagiotis Issaris | 2007-11-14 | 1 | -1/+1 |
* | ogg muxer | Baptiste Coudurier | 2007-11-10 | 1 | -2/+2 |
* | Musepack SV8 demuxer and decoder | Kostya Shishkov | 2007-11-07 | 1 | -2/+2 |
* | Add ff_ prefix to get_v() | Kostya Shishkov | 2007-11-03 | 1 | -2/+2 |
* | Remove the inclusion of rtsp.h and rtp.h from avformat.h, and | Luca Abeni | 2007-10-29 | 1 | -4/+0 |
* | Beam Software SIFF demuxer and video decoder | Kostya Shishkov | 2007-10-22 | 1 | -2/+2 |
* | New RM format deserves small version bump | Kostya Shishkov | 2007-10-21 | 1 | -2/+2 |
* | API extension: AVProgram now has an array (stream_index) containing the index... | Nico Sabbi | 2007-10-20 | 1 | -2/+4 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -4/+3 |
* | Increment minor after r10709. | Benoit Fouet | 2007-10-14 | 1 | -2/+2 |
* | Added definition and utility functions to handle AVProgram(s) in AVFormatCon... | Nico Sabbi | 2007-09-25 | 1 | -2/+16 |
* | Make parse_date return INT64_MIN in case of unparsable input. | Stefano Sabatini | 2007-09-19 | 1 | -12/+23 |
* | Monkey Audio decoder | Kostya Shishkov | 2007-09-13 | 1 | -2/+2 |
* | Bump micro version number for r10429 | Ramiro Polla | 2007-09-10 | 1 | -2/+2 |
* | more verbose doxy for duration (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -1/+5 |
* | mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -0/+1 |
* | elaborate a little on AVStream.start_time, it seems the comment is not clear | Michael Niedermayer | 2007-08-16 | 1 | -1/+7 |
* | cola for diego | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | Bump minor number, NUT muxer was added. | Diego Biurrun | 2007-08-11 | 1 | -1/+1 |
* | mention AVPROBE_PADDING_SIZE at the read_probe() doxy | Michael Niedermayer | 2007-08-10 | 1 | -1/+5 |
* | Change avf_sdp_create() to get a pre-allocated buffer as input, and to | Luca Abeni | 2007-08-05 | 1 | -5/+6 |
* | correct initial timestamps which have AV_NOPTS_VALUE | Michael Niedermayer | 2007-08-04 | 1 | -2/+3 |