| Commit message (Expand) | Author | Age | Files | Lines |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | rtp: set the payload type as stream id | Luca Barbato | 2012-11-14 | 1 | -0/+3 |
* | avformat: clarify stream id for muxing | Luca Barbato | 2012-11-14 | 1 | -1/+1 |
* | lavf: fix av_interleaved_write_frame() doxy. | Anton Khirnov | 2012-11-02 | 1 | -2/+2 |
* | lavf: clarify the lifetime of demuxed packets. | Anton Khirnov | 2012-11-02 | 1 | -10/+16 |
* | avformat: Fix references to the removed function av_write_header in comments | Martin Storsjö | 2012-10-18 | 1 | -2/+2 |
* | avformat: const correctness for av_hex_dump / av_hex_dump_log | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -18/+18 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -0/+4 |
* | lavf: use dts difference instead of AVPacket.duration in find_stream_info() | Anton Khirnov | 2012-07-29 | 1 | -1/+9 |
* | avf: introduce nobuffer option | Luca Barbato | 2012-07-29 | 1 | -0/+1 |
* | lavf: include libavutil/time.h instead of redeclaring av_gettime() | Mans Rullgard | 2012-06-21 | 1 | -4/+4 |
* | Move av_gettime() to libavutil | Mans Rullgard | 2012-06-20 | 1 | -3/+2 |
* | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -1/+5 |
* | lavf: add missing '*' in a doxy. | Anton Khirnov | 2012-05-07 | 1 | -1/+1 |
* | make av_interleaved_write_frame() flush packets when pkt is NULL | Jindrich Makovicka | 2012-03-27 | 1 | -0/+2 |
* | lavf doxy: expand AVStream.codec doxy. | Anton Khirnov | 2012-03-26 | 1 | -1/+12 |
* | lavf doxy: improve AVStream.time_base doxy. | Anton Khirnov | 2012-03-26 | 1 | -3/+5 |
* | lavf doxy: add some basic documentation about reading from the demuxer. | Anton Khirnov | 2012-03-26 | 1 | -0/+16 |
* | lavf doxy: document passing options to demuxers. | Anton Khirnov | 2012-03-26 | 1 | -0/+41 |
* | lavf doxy: clarify that an AVPacket contains encoded data. | Anton Khirnov | 2012-03-26 | 1 | -2/+2 |
* | libavformat: Document who sets the AVStream.id field | Martin Storsjö | 2012-03-24 | 1 | -1/+6 |
* | lavf: make av_interleave_packet_per_dts() private. | Anton Khirnov | 2012-03-20 | 1 | -13/+5 |
* | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -0/+6 |
* | avformat: do not require a pixel/sample format if there is no decoder | Justin Ruggles | 2012-03-05 | 1 | -0/+1 |
* | lavf: deobfuscate read_frame_internal(). | Anton Khirnov | 2012-03-05 | 1 | -7/+5 |
* | lavf: generic code for exporting attached pictures. | Anton Khirnov | 2012-02-29 | 1 | -0/+16 |
* | avf: reorder AVStream and AVFormatContext | Luca Barbato | 2012-02-28 | 1 | -34/+38 |
* | doxy: remove reference to removed api | Luca Barbato | 2012-02-19 | 1 | -4/+3 |
* | lavf: add functions for accessing the fourcc<->CodecID mapping tables. | Anton Khirnov | 2012-01-31 | 1 | -0/+24 |
* | lavf: rename AVInputFormat.value to raw_codec_id. | Anton Khirnov | 2012-01-31 | 1 | -2/+2 |
* | lavf: reorder AVInput/OutputFormat fields. | Anton Khirnov | 2012-01-31 | 1 | -49/+61 |
* | lavf: remove disabled FF_API_SET_PTS_INFO cruft | Anton Khirnov | 2012-01-27 | 1 | -9/+0 |
* | lavf: remove disabled FF_API_REORDER_PRIVATE cruft | Anton Khirnov | 2012-01-27 | 1 | -104/+0 |
* | lavf: remove disabled FF_API_SEEK_PUBLIC cruft | Anton Khirnov | 2012-01-27 | 1 | -15/+0 |
* | lavf: remove disabled FF_API_STREAM_COPY cruft | Anton Khirnov | 2012-01-27 | 1 | -4/+0 |
* | lavf: remove disabled FF_API_PRELOAD cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
* | lavf: remove disabled FF_API_NEW_STREAM cruft | Anton Khirnov | 2012-01-27 | 1 | -15/+0 |
* | lavf: remove disabled FF_API_MUXRATE cruft | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | lavf: remove disabled FF_API_FILESIZE cruft | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_LOOP_OUTPUT cruft | Anton Khirnov | 2012-01-27 | 1 | -11/+0 |
* | lavf: remove disabled FF_API_LOOP_INPUT cruft | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft | Anton Khirnov | 2012-01-27 | 1 | -9/+0 |
* | lavf: remove disabled FF_API_FLAG_RTP_HINT cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
* | lavf: remove disabled FF_API_SDP_CREATE cruft | Anton Khirnov | 2012-01-27 | 1 | -4/+0 |
* | lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft | Anton Khirnov | 2012-01-27 | 1 | -4/+0 |
* | lavf: remove disabled FF_API_PKT_DUMP cruft | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_FIND_INFO_TAG cruft | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavf: remove disabled FF_API_PARSE_DATE cruft | Anton Khirnov | 2012-01-27 | 1 | -12/+0 |