aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* mkvenc: write dts for VFW modeDavid Conrad2010-03-091-12/+23
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-091-2/+2
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-091-1/+3
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-091-20/+58
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-091-0/+1
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-091-10/+61
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-094-26/+98
* In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier2010-03-081-2/+13
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-082-14/+0
* mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier2010-03-081-67/+45
* Replace last occurrence of the deprecated match_ext() withStefano Sabatini2010-03-081-1/+1
* Start continuity counter at 0 for pmt as wellBaptiste Coudurier2010-03-081-0/+1
* Start continuity counter at 0 for streamsBaptiste Coudurier2010-03-081-0/+1
* 10l typo, fix ts total bit rate computationBaptiste Coudurier2010-03-081-2/+2
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-082-39/+0
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-083-0/+32
* Add doxygen documentation for ff_url_splitMartin Storsjö2010-03-081-0/+22
* ReindentMartin Storsjö2010-03-087-18/+18
* Rename url_split to ff_url_splitMartin Storsjö2010-03-0810-17/+17
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-082-82/+31
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-081-2/+1
* Fix concat seeking SEEK_END case.Wolfram Gloger2010-03-081-2/+2
* Fix concat seek result.Wolfram Gloger2010-03-081-1/+1
* av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse2010-03-082-1/+6
* Fix pts->dts conversion init for non-zero initial value for pts.Daniel Kristjansson2010-03-071-1/+1
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-072-31/+82
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-071-0/+1
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-073-12/+11
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-071-1/+1
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-071-0/+1
* Fix warning about incompatible pointer typesDavid Conrad2010-03-071-1/+2
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-071-0/+6
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-062-1/+2
* Add some missing #includesMåns Rullgård2010-03-061-0/+1
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-061-1/+3
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-061-2/+2
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-052-8/+0
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-056-24/+30
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-052-0/+73
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-051-2/+14
* Fix memory leak in NUT muxerVitor Sessak2010-03-051-1/+3
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-051-0/+2
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-051-0/+1
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-041-1/+6
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-041-2/+1
* Guard against invalid memory readPeter Ross2010-03-041-1/+3
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-041-11/+40
* Fix indentationDavid Conrad2010-03-041-7/+7
* Simplify starting and ending clustersDavid Conrad2010-03-041-14/+9
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-041-4/+11