summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* movenc: Add a separate ismv/isma (smooth streaming) muxerMartin Storsjö2012-01-254-5/+141
* movenc: Allow the caller to decide on fragmentationMartin Storsjö2012-01-252-8/+21
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-253-5/+25
* movenc: Add support for writing fragmented mov filesMartin Storsjö2012-01-253-11/+425
* movenc: Add a separate start_ptsMartin Storsjö2012-01-252-2/+6
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-241-10/+1
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-241-9/+1
* aud: simplify header parsingJustin Ruggles2012-01-241-22/+27
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-241-1/+1
* cosmetics: indentationJustin Ruggles2012-01-241-8/+8
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-241-6/+26
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-0/+6
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-242-2/+2
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-241-4/+0
* vqa: clean up audio header parsingJustin Ruggles2012-01-241-17/+30
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-241-2/+7
* vqa: set packet duration.Justin Ruggles2012-01-241-5/+3
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-241-1/+2
* vqa: set stream start_time to 0.Justin Ruggles2012-01-241-0/+2
* lavf: postpone removing av_close_input_file().Anton Khirnov2012-01-241-1/+1
* XWD encoder and decoderPaul B Mahol2012-01-231-1/+2
* mxfdec: fix memleak on mxf_read_close()Janne Grunau2012-01-231-0/+1
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-233-147/+177
* riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau2012-01-221-2/+1
* mxfdec: fix memleak on av_realloc failuresJanne Grunau2012-01-221-5/+8
* mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin2012-01-221-76/+10
* mxfdec: hybrid demuxing/seeking solutionJanne Grunau2012-01-221-143/+454
* mxfdec: Add Avid's essence element key.Tomas Härdin2012-01-221-1/+4
* mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2012-01-221-3/+6
* mxfdec: Compute packet offsets properly.Tomas Härdin2012-01-221-16/+37
* mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin2012-01-221-13/+10
* mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin2012-01-221-32/+143
* mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin2012-01-221-1/+15
* mxfdec: parse ThisPartitionTomas Härdin2012-01-221-2/+5
* mxfdec: Speed up metadata and index parsing.Tomas Härdin2012-01-221-10/+119
* mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2012-01-221-5/+12
* mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2012-01-221-0/+1
* mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2012-01-221-1/+8
* mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau2012-01-221-8/+318
* mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.Tomas Härdin2012-01-221-3/+14
* mxfdec: check return value of avio_seekJoakim Plate2012-01-221-1/+4
* mxfdec: skip to end of structural setsPhilip de Nier2012-01-221-1/+4
* mxfdec: parse MXF partitionsTomas Härdin2012-01-221-1/+107
* rtsp: Use a random offset for trying to open UDP ports for RTPDmitry Volyntsev2012-01-221-2/+9
* rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö2012-01-222-2/+16
* rtsp: Remove a leftover, currently pointless checkDmitry Volyntsev2012-01-221-10/+8
* rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö2012-01-211-1/+1
* lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody2012-01-211-3/+8
* movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö2012-01-211-2/+2
* rtsp: Remove extern declarations for variables that don't existMartin Storsjö2012-01-211-3/+0
OpenPOWER on IntegriCloud