summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
* track time can be 64bitBaptiste Coudurier2009-11-29
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
* Fix typo.Jai Menon2009-11-27
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-26
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-24
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-24
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-23
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-23
* MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad2009-11-23
* set mp3 timebase to the lcm of all mp3 sample rates to fix frame durationBaptiste Coudurier2009-11-22
* Add MP4 object type for ALS.Justin Ruggles2009-11-22
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-22
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-20
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-19
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
* Split overly long line in doxy.Stefano Sabatini2009-11-12
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-12
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-12
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-12
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-11
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Increase default value for max_analyze_duration, fixes issue 1506, a regression.Carl Eugen Hoyos2009-11-09
* Use enum instead of integer types where appropriate.Carl Eugen Hoyos2009-11-08
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-08
* move code to avoid forward declarationBaptiste Coudurier2009-11-08
* Let pmt override stream info when encoutered later in the ts file.Baptiste Coudurier2009-11-08
* Support some LATM AAC streams (they can be decoded with MPlayer).Carl Eugen Hoyos2009-11-07
* Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.Justin Ruggles2009-11-07
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-06
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-06
* Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon IrlamGordon Irlam2009-11-05
* 10l, typoBaptiste Coudurier2009-11-05
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-05
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-05
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-05
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-05
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-05
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-05