aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Read and write extended timestamps for RTMP packets.Sergiy2009-12-011-1/+8
* 7l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov2009-12-011-1/+2
* Support "A format generated by IndigoVision 8000 video server".Michael Niedermayer2009-12-013-0/+93
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-011-0/+1
* Print a warning if the duration is estimated from the bitrate, as this isMichael Niedermayer2009-11-301-0/+1
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-302-3/+12
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-291-1/+1
* remove useless mov timescale fieldBaptiste Coudurier2009-11-291-7/+11
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-291-1/+1
* track time can be 64bitBaptiste Coudurier2009-11-291-1/+1
* support pcm_f32/64le in movBaptiste Coudurier2009-11-292-8/+14
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-291-18/+18
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-291-7/+68
* Fix typo.Jai Menon2009-11-271-1/+1
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-261-1/+0
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-242-0/+26
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-242-1/+6
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-231-0/+1
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-232-0/+10
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-231-1/+1
* set mp3 timebase to the lcm of all mp3 sample rates to fix frame durationBaptiste Coudurier2009-11-221-0/+3
* Add MP4 object type for ALS.Justin Ruggles2009-11-221-0/+1
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-221-2/+7
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-221-1/+3
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-221-1/+1
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-221-1/+1
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-201-4/+3
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-201-0/+1
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-201-0/+1
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-191-5/+5
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-152-10/+92
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-131-3/+5
* Split overly long line in doxy.Stefano Sabatini2009-11-121-1/+4
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-121-52/+63
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-121-161/+162
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-121-1/+1
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-111-0/+2
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-112-6/+2
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-091-1/+1
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-082-2/+2
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-082-2/+2
* move code to avoid forward declarationBaptiste Coudurier2009-11-081-240/+238
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-081-32/+23
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-071-0/+1
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-072-2/+0
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-061-1/+1
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-061-0/+1
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-051-1/+1
* 10l, typoBaptiste Coudurier2009-11-051-1/+1