aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-0/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-10/+2
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-111-2/+5
* better generic index building and seeking codeMichael Niedermayer2007-02-051-0/+1
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-231-0/+5
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-4/+4
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-2/+17
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-191-1/+2
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-161-1/+1
* Musepack SV7 decoding supportKostya Shishkov2006-12-241-2/+2
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-071-8/+0
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-2/+2
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...Michael Niedermayer2006-11-141-0/+1
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-121-0/+3
* kill AVImageFormatBaptiste Coudurier2006-11-021-45/+2
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier2006-10-121-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-23/+0
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-091-1/+1
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-051-0/+1
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-041-3/+3
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-041-0/+10
* remove redundant declarationsMåns Rullgård2006-09-021-3/+0
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-301-0/+3
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-271-0/+2
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-0/+1
* attribute_deprecatedMichael Niedermayer2006-08-201-11/+11
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-111-0/+1
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-081-0/+1
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-231-0/+1
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-131-2/+4
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-1/+1
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-301-176/+0
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-251-4/+0
* minor cleanupLuca Barbato2006-06-241-2/+3
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+3
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-2/+5
* add size to AVIndexMichael Niedermayer2006-03-011-3/+3
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-2/+5
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-0/+3
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-121-0/+3
* generate adts frame headers if requiredMåns Rullgård2006-02-101-2/+5
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-2/+5
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-081-2/+2
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-021-0/+3
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-28/+28