aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-081-6/+6
| | | | Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-081-9/+9
| | | | Originally committed as revision 17077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-081-0/+3
| | | | | | | | as the time Patch by Francesco Cosoleto ( cosoleto gmail com ) Originally committed as revision 17076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix compiler warning:Vitor Sessak2009-02-081-1/+2
| | | | | | ncdec.c:82: warning: ISO C90 forbids mixed declarations and code Originally committed as revision 17075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-084-10/+12
| | | | | | It is an internal function and should not be in an installed header. Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-082-3/+1
| | | | | | | outside of audiointerleave.c. Also remove the function declaration from the header as it is now static. Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_audio_interleaveBaptiste Coudurier2009-02-081-0/+9
| | | | Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NC camera demuxerNicolas Martin2009-02-083-0/+102
| | | | | | Patch by Nicolas Martin - elvadrias at gmail Originally committed as revision 17062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-081-0/+4
| | | | Originally committed as revision 17061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat_seek_file() prototypeMichael Niedermayer2009-02-081-0/+24
| | | | Originally committed as revision 17060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-081-18/+18
| | | | Originally committed as revision 17054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-081-11/+11
| | | | Originally committed as revision 17053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless fieldBaptiste Coudurier2009-02-081-2/+1
| | | | Originally committed as revision 17052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-081-1/+1
| | | | Originally committed as revision 17051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless returnBaptiste Coudurier2009-02-081-6/+4
| | | | Originally committed as revision 17050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygenBaptiste Coudurier2009-02-082-3/+3
| | | | Originally committed as revision 17049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-082-2/+2
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-082-3/+18
| | | | | | | avformat_alloc_context(), and drop the old symbol at the next major bump. Originally committed as revision 17047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-084-29/+14
| | | | Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-084-3/+7
| | | | Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free index entriesBaptiste Coudurier2009-02-081-0/+2
| | | | Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new audio interleaving generic codeBaptiste Coudurier2009-02-082-48/+12
| | | | Originally committed as revision 17039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-084-105/+178
| | | | Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-081-3/+14
| | | | Originally committed as revision 17037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove const qualifier from function argument to eliminate the warningDiego Biurrun2009-02-081-1/+1
| | | | | | swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type Originally committed as revision 17036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-081-23/+27
| | | | Originally committed as revision 17035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force first track to be video and simplifyBaptiste Coudurier2009-02-081-6/+7
| | | | Originally committed as revision 17034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write system itemBaptiste Coudurier2009-02-081-5/+80
| | | | Originally committed as revision 17033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* declare ff_interleave_add_packetBaptiste Coudurier2009-02-071-0/+10
| | | | Originally committed as revision 17032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 512 kag size needed for d10Baptiste Coudurier2009-02-071-4/+46
| | | | Originally committed as revision 17029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymoreLuca Abeni2009-02-062-2/+1
| | | | Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use RTP_MAX_PACKET_LENGTH in the RTP muxerLuca Abeni2009-02-062-1/+15
| | | | Originally committed as revision 17022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix minor memory leak.Jindřich Makovička2009-02-061-0/+7
| | | | | | Patch by Jindrich Makovicka, approved by mans. Originally committed as revision 17021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rtp_aac.h and rtp_mpv.h in rtpenc.hLuca Abeni2009-02-065-58/+2
| | | | Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-0614-185/+272
| | | | Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-064-7/+10
| | | | | | | | | | | | to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This allows these functions to peek back and retrieve values from the demuxer's context (or RTSPState). The ASF/RTP payload parser will use this to be able to parse SDP values (which occur even before the payload ID is given), store them in the RTSPState and then retrieve them while parsing payload data. See "[PATCH] RTSP-MS 13/15: add RTSP demuxer AVFormatContext to parse_packet() function pointer (was: transport context)" mailinglist thread. Originally committed as revision 17015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-052-19/+19
| | | | | | | "cur_transport_priv", as discussed in the "[PATCH] rtsp.h: rename tx variables" thread. Originally committed as revision 17012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-051-7/+24
| | | | Originally committed as revision 17011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use timestamp as modification dateBaptiste Coudurier2009-02-051-2/+2
| | | | Originally committed as revision 17010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse2009-02-051-0/+1
| | | | | | files with very large tags. Originally committed as revision 17008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use timestamp as creation dateBaptiste Coudurier2009-02-051-2/+2
| | | | Originally committed as revision 17007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-051-18/+0
| | | | | | | move move a struct/typedef in rtsp.h that is only used in ffserver.c into ffserver.c. See "[PATCH] rtsp.h: move/remove unused thingies" thread on ML. Originally committed as revision 17005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.cLuca Abeni2009-02-053-6/+7
| | | | | | does not need to abuse read_buf_index Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-051-0/+6
| | | | Originally committed as revision 17003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix key frame offset with open gopBaptiste Coudurier2009-02-051-5/+14
| | | | Originally committed as revision 16999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-041-7/+7
| | | | | | | | of this type can be properly attributed as such (in this case, transport in the RTSPTransportField struct). See "[PATCH] RTSP-MS 10/15: ASF header parsing" thread on mailinglist. Originally committed as revision 16989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-041-7/+10
| | | | Originally committed as revision 16987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-042-6/+6
| | | | Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sample rate as audio input time baseBaptiste Coudurier2009-02-041-17/+16
| | | | Originally committed as revision 16985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write all available metadata tags into extended_content_headerAurelien Jacobs2009-02-041-1/+20
| | | | Originally committed as revision 16984 to svn://svn.ffmpeg.org/ffmpeg/trunk