summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-16
* Do not attempt to decode APE file with no framesKostya2011-03-16
* jvdec: don't use deprecated url_feof()Anton Khirnov2011-03-16
* id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-15
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* avio: deprecate url_ferrorAnton Khirnov2011-03-15
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-15
* jv demuxer: prevent video packet size overflowPeter Ross2011-03-14
* jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-14
* jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-14
* Bitmap Brothers JV demuxerPeter Ross2011-03-14
* Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-10
* id3v2: fix typo in error messageAnton Khirnov2011-03-09
* avio: deprecate url_feofAnton Khirnov2011-03-07
* mpegts: add all stream languages into metadataAnssi Hannula2011-03-07
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-07
* Flag DVB subtitles for the hard hearing appropriately using their component_t...Hendrik Leppkes2011-03-07
* mpegtsenc: handle multiple language tags per streamAnssi Hannula2011-03-07
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-07
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-07
* avio: deprecate url_fget_max_packet_sizeAnton Khirnov2011-03-07
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-07
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: deprecate url_fgetc and remove all it usesAnton Khirnov2011-03-07
* avio: deprecate url_fgetsAnton Khirnov2011-03-07
* avio: add avio_skip macroPeter Ross2011-03-07
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-06
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-06
* URLProtocol: Add a flags fieldMartin Storsjö2011-03-06
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-04
* avio: add avio_get_str()Reimar Döffinger2011-03-04
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-04
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-02
* aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö2011-03-02
* movenc: use correct tag for dvcpro hdBaptiste Coudurier2011-03-02
* movenc: fix tkhd height for imxBaptiste Coudurier2011-03-01
* avio: deprecate url_fskipAnton Khirnov2011-03-01
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* movenc: remove uses of deprecated API.Ronald S. Bultje2011-02-25
* store pasp atom for all types of quicktime movieMaksym Veremeyenko2011-02-25
* reindent after tapt patchMaksym Veremeyenko2011-02-25
* use tapt atom for sample aspect ratioMaksym Veremeyenko2011-02-25
* bink: decode audio track identifiers into AVStream.idPeter Ross2011-02-25
* bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross2011-02-25
* avio: deprecate put_tagAnton Khirnov2011-02-25