| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce an SDP generator | Luca Abeni | 2007-07-26 | 1 | -0/+15 |
* | add proper support for subtitles muxing/stream copying | Aurelien Jacobs | 2007-07-25 | 1 | -0/+2 |
* | avoid deprecation warnings for AVFrac from avformat.h | Måns Rullgård | 2007-07-09 | 1 | -1/+1 |
* | Add support for non-blocking input formats | Luca Abeni | 2007-07-06 | 1 | -0/+1 |
* | * clarifying the AVInputFormat::read_seek return value | Maksym Veremeyenko | 2007-06-25 | 1 | -0/+1 |
* | remove old unused string functions | Måns Rullgård | 2007-06-23 | 1 | -5/+0 |
* | Remove unused declarations | Ramiro Polla | 2007-06-12 | 1 | -8/+0 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -5/+5 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -9/+9 |
* | Move the video size and rate abbreviations system from libavformat to libavcodec | Stefano Sabatini | 2007-06-12 | 1 | -2/+4 |
* | spelling | Diego Biurrun | 2007-06-04 | 1 | -2/+2 |
* | Typos | Ramiro Polla | 2007-06-04 | 1 | -8/+8 |
* | Doxygenize av_init_packet | Ramiro Polla | 2007-06-04 | 1 | -1/+5 |
* | Export av_init_packet | Ramiro Polla | 2007-06-04 | 1 | -10/+1 |
* | Remove extern C declarations for C++. | Diego Biurrun | 2007-05-16 | 1 | -8/+0 |
* | patch so that the deprecated items show up correctly | Mark Cox | 2007-05-02 | 1 | -2/+5 |
* | fix AVStream documentation: clarify start_time, start_time and duration are a... | Baptiste Coudurier | 2007-04-28 | 1 | -4/+2 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -2/+8 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 1 | -3/+4 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+3 |