summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add a tool for creating smooth streaming manifestsMartin Storsjö2012-01-25
* movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö2012-01-25
* movenc: Write the sample rate instead of time scale in the stsd atomMartin Storsjö2012-01-25
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-25
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-25
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-25
* movenc: Add a separate start_ptsMartin Storsjö2012-01-25
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-24
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-24
* aud: simplify header parsingJustin Ruggles2012-01-24
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-24
* cosmetics: indentationJustin Ruggles2012-01-24
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-24
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-24
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-24
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-24
* vqa: clean up audio header parsingJustin Ruggles2012-01-24
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-24
* vqa: set packet duration.Justin Ruggles2012-01-24
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-24
* vqa: set stream start_time to 0.Justin Ruggles2012-01-24
* lavf: postpone removing av_close_input_file().Anton Khirnov2012-01-24
* XWD encoder and decoderPaul B Mahol2012-01-23
* mxfdec: fix memleak on mxf_read_close()Janne Grunau2012-01-23
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-23
* riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau2012-01-22
* mxfdec: fix memleak on av_realloc failuresJanne Grunau2012-01-22
* mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin2012-01-22
* mxfdec: hybrid demuxing/seeking solutionJanne Grunau2012-01-22
* mxfdec: Add Avid's essence element key.Tomas Härdin2012-01-22
* mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2012-01-22
* mxfdec: Compute packet offsets properly.Tomas Härdin2012-01-22
* mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin2012-01-22
* mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin2012-01-22
* mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin2012-01-22
* mxfdec: parse ThisPartitionTomas Härdin2012-01-22
* mxfdec: Speed up metadata and index parsing.Tomas Härdin2012-01-22
* mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2012-01-22
* mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2012-01-22
* mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2012-01-22
* mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau2012-01-22
* mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.Tomas Härdin2012-01-22
* mxfdec: check return value of avio_seekJoakim Plate2012-01-22
* mxfdec: skip to end of structural setsPhilip de Nier2012-01-22
* mxfdec: parse MXF partitionsTomas Härdin2012-01-22
* rtsp: Use a random offset for trying to open UDP ports for RTPDmitry Volyntsev2012-01-22
* rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö2012-01-22
* rtsp: Remove a leftover, currently pointless checkDmitry Volyntsev2012-01-22
* rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö2012-01-21