summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* deprecate old metadata APIAurelien Jacobs2009-03-01
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-01
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* add a metadata conversion APIAurelien Jacobs2009-02-28
* Document ff_rtp_codec_id()Luca Abeni2009-02-28
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
* Fix typo in a commentLuca Abeni2009-02-28
* Document ff_rtp_enc_name()Luca Abeni2009-02-28
* cosmetics: indentationJustin Ruggles2009-02-28
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-28
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
* Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård2009-02-28
* Improve frame rate guessing for streams with two fields per frame.Ivan Schreter2009-02-28
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
* use new metadata API in nut demuxerAurelien Jacobs2009-02-27
* Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger2009-02-27
* Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger2009-02-27
* Add a context to av_log() call.Benoit Fouet2009-02-27
* Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger2009-02-27
* Detect the case when the time base is exact but far finer than necessary toReimar Döffinger2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* cosmetics: vertical alignmentAurelien Jacobs2009-02-26
* use new metadata API in rpl demuxerAurelien Jacobs2009-02-26
* use new metadata API in wc3 demuxerAurelien Jacobs2009-02-26
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-26
* Add a @file notice to avio.h.Stefano Sabatini2009-02-26
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-26
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-26
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
* cosmetics: indentationAurelien Jacobs2009-02-26
* use new metadata API in mov muxerAurelien Jacobs2009-02-26
* don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs2009-02-26
* dv probeBaptiste Coudurier2009-02-26
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-26
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-26