| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -2/+2 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 1 | -2/+2 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 1 | -4/+34 |
* | remove codec_info_duration/nb_frames from AVStream | Baptiste Coudurier | 2007-03-12 | 1 | -0/+2 |
* | Clarify doxygen description. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Cleanup doxygen comment. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Fix a typo in a doxygen tag. | Panagiotis Issaris | 2007-03-05 | 1 | -1/+1 |
* | Doxygenize the existing comments in avformat.h. The contents of the comments | Panagiotis Issaris | 2007-03-05 | 1 | -61/+63 |
* | Correct wrong avformat documentation. | Panagiotis Issaris | 2007-03-03 | 1 | -5/+1 |
* | Move the libavformat public API comments to avformat.h. The comments are | Panagiotis Issaris | 2007-03-03 | 1 | -0/+308 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 1 | -0/+2 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -10/+2 |
* | add key field to AVFormatContext for de/encryption support, patch by Reimar | Reimar Döffinger | 2007-02-11 | 1 | -2/+5 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -0/+1 |
* | make av_find_stream_info() duration user selectable | Michael Niedermayer | 2007-01-23 | 1 | -0/+5 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -4/+4 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -2/+17 |
* | Attempt to better document AVFMT_NOFILE. | Reimar Döffinger | 2007-01-19 | 1 | -1/+2 |
* | Make nb_streams unsigned to avoid an ugly cast. | Diego Biurrun | 2007-01-16 | 1 | -1/+1 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -2/+2 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 1 | -8/+0 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -2/+2 |
* | split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ... | Michael Niedermayer | 2006-11-14 | 1 | -0/+1 |
* | more verbose r_frame_rate definition | Michael Niedermayer | 2006-11-12 | 1 | -0/+3 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -45/+2 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 1 | -2/+2 |
* | 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 |