]> git.sesse.net Git - ffmpeg/history - libavformat
mxfdec: fix memleak on av_realloc failures
[ffmpeg] / libavformat /
2012-01-22 Janne Grunaumxfdec: fix memleak on av_realloc failures
2012-01-22 Tomas Härdinmxfdec: Do not parse slices or DeltaEntryArrays.
2012-01-22 Janne Grunaumxfdec: hybrid demuxing/seeking solution
2012-01-22 Tomas Härdinmxfdec: Add Avid's essence element key.
2012-01-22 Carl Eugen Hoyosmfxdec: Separate mxf_essence_container_uls for audio...
2012-01-22 Tomas Härdinmxfdec: Compute packet offsets properly.
2012-01-22 Tomas Härdinmxfdec: Use MaterialPackage - Track - TrackID instead...
2012-01-22 Tomas Härdinmxfdec: use av_dlog() for 'no corresponding source...
2012-01-22 Tomas Härdinmxfdec: Make mxf->partitions sorted by offset.
2012-01-22 Tomas Härdinmxfdec: parse ThisPartition
2012-01-22 Tomas Härdinmxfdec: Speed up metadata and index parsing.
2012-01-22 Tomas Härdinmxfdec: Make sure DataDefinition is consistent between...
2012-01-22 Tomas Härdinmxfdec: add EssenceContainer UL found in 0001GL00.MXF...
2012-01-22 Tomas Härdinmxfdec: Add hack that adjusts the n_delta calculation...
2012-01-22 Janne Grunaumxfdec: Parse IndexTableSegments and convert them into...
2012-01-22 Tomas Härdinmxfdec: Move FooterPartition to MXFContext and make...
2012-01-22 Joakim Platemxfdec: check return value of avio_seek
2012-01-22 Philip de Niermxfdec: skip to end of structural sets
2012-01-22 Tomas Härdinmxfdec: parse MXF partitions
2012-01-21 Dmitry Volyntsevrtsp: Use a random offset for trying to open UDP ports...
2012-01-21 Martin Storsjörtsp: Allow specifying the UDP port range via AVOptions
2012-01-21 Dmitry Volyntsevrtsp: Remove a leftover, currently pointless check
2012-01-21 Martin Storsjörtpdec: Use our own SSRC in the SDES field when sending RRs
2012-01-21 Dustin Brodylavf: rename fer option and document resulting (f_...
2012-01-20 Martin Storsjömovenc: Reorder entries in the MOVIentry struct, for...
2012-01-20 Martin Storsjörtsp: Remove extern declarations for variables that...
2012-01-20 Martin StorsjöAdd a tool that uses avio to read and write, doing...
2012-01-20 Janne Grunaulavf: force single-threaded decoding in avformat_find_s...
2012-01-20 Dustin Brodyavidec: migrate last of lavf from FF_ER_* to AV_EF_*
2012-01-18 Anton Khirnovlavf: free packets for muxers implementing interleave_p...
2012-01-18 Anton Khirnovlavf: fix and extend av_interleaved_write_frame() doxy.
2012-01-18 Alex Conversemov: Remove dead stores for spherical coordinates for...
2012-01-16 Paul B Maholadd SMJPEG muxer
2012-01-16 Paul B Maholavformat: split out common SMJPEG code
2012-01-15 Daniel Huangmov, mxfdec: Employ more meaningful return values.
2012-01-12 Alex Converseutils: Check for extradata size overflows.
2012-01-12 Martin Storsjöavio: Fix the value of the deprecated URL_FLAG_NONBLOCK
2012-01-12 Anton Khirnovffmenc: remove references to deprecated AVFormatContext...
2012-01-12 Anton Khirnovlavf: undeprecate read_seek().
2012-01-12 Anton Khirnovriff: remove references to sonic codec ids
2012-01-11 Justin Rugglesgsm demuxer: use generic seeking instead of a gsm-speci...
2012-01-11 Justin Rugglesgsm demuxer: return packets with only 1 gsm block at...
2012-01-11 Janne Grunauwtv: fix memleaks during normal operation
2012-01-10 Justin Rugglesipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM
2012-01-10 Justin Rugglessierravmd: fix audio pts
2012-01-10 Martin Storsjömovenc: Don't store a nonzero creation time if nothing...
2012-01-07 Diego Biurrunbuild: Skip compiling network.h and rtsp.h if networkin...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-07 Paul B Maholvqf: recognize more metadata chunks
2012-01-07 Michael Niedermayertta: Fix returned error code at EOF
2012-01-07 Michael Niedermayertta: fix off be 1 error in the end detection.
2012-01-07 Paul B Maholipmovie: Add param change side data if the video dimens...
2012-01-06 Janne Grunauelectronicarts: check bytes per sample for validity
2012-01-06 Paul B Maholvqf: add more known extensions
2012-01-06 Anssi Hannulaspdifenc: use special alignment for DTS-HD length_code
2012-01-05 Janne Grunauipmovie: do not read audio packets before the codec...
2012-01-05 Martin Storsjöavio: Only do implicit network initialization for netwo...
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2012-01-05 Chris Evansmatroskadec: Fix a bug where a pointer was cached to...
2012-01-05 Alex Conversemov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled...
2012-01-05 Anton Khirnovlavf: cosmetics, reformat av_read_frame().
2012-01-05 Anton Khirnovlavf: refactor av_read_frame() to make it easier to...
2012-01-04 Shitiz Gargmtv: Make sure audio_subsegments is not 0
2012-01-04 Jean Firstflvdec: Fix compiler warning for uninitialized variables
2012-01-04 Jean Firstrtsp: Fix compiler warning for uninitialized variable
2012-01-04 Janne Grunauavio: exit early in fill_buffer without read_packet
2012-01-03 Justin Rugglesadx: add an adx muxer
2012-01-03 Justin Rugglesadx: add AVFMT_GENERIC_INDEX to demuxer flags.
2012-01-03 Anton Khirnovlavf: flush decoders in avformat_find_stream_info().
2012-01-02 Diego BiurrunFix a bunch of typos.
2012-01-02 Diego BiurrunDrop some pointless void* return value casts from av_ma...
2012-01-01 Janne Grunaumpegenc: simplify muxrate calculation
2012-01-01 Reimar Döffingerrawdec: Set start_time to 0 for raw audio files.
2012-01-01 Carl Eugen HoyosDetect 'yuv2' as rawvideo also in avi.
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-29 Andrey Utkinapplehttpproto: Apply the same reload interval changes...
2011-12-29 Martin Storsjöapplehttp: Use half the target duration as interval...
2011-12-29 Andrey Utkinapplehttp: Use the last segment duration as reload...
2011-12-28 Jindřich Makovičkampegts: adjustable minimum PES payload
2011-12-28 Jindřich Makovičkampegts: properly output large audio packets
2011-12-28 Paul B Maholavformat: Add SMJPEG demuxer.
2011-12-22 Diego Biurrunbuild: fix standalone compilation of OMA muxer
2011-12-22 Diego Biurrunbuild: fix standalone compilation of Microsoft XMV...
2011-12-22 Diego Biurrunbuild: fix standalone compilation of Core Audio Format...
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-21 Justin Rugglesasfdec: add side data to ASFStream packet instead of...
2011-12-21 Justin Rugglesidroqdec: set AVFMTCTX_NOHEADER and create streams...
2011-12-21 Martin Storsjöflvdec: Add param change side data if the sample rate...
2011-12-21 Martin Storsjölibavformat: Add a utility function for adding paramete...
2011-12-21 Martin Storsjöflvdec: Export new AAC/H.264 extradata as side data...
2011-12-21 Paul B Maholflacdec: skip all track indices at once instead of...
2011-12-21 Tomas Härdinmxf: Add PictureEssenceCoding UL for V210.
2011-12-21 Tomas Härdinmxfdec: consider QuantizationBits between 17 and 24...
2011-12-21 Daniel Kristjanssonmxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
2011-12-21 Baptiste Couduriermxf: H.264/MPEG-4 AVC Intra support
2011-12-21 Sergey Radionovnetwork: properly declare WSADATA in windows
2011-12-20 Luca Barbatonut: support 10bit YUV
2011-12-20 Diego Biurrunoma: make header compile standalone
2011-12-20 Alex Conversempegts: Suppress invalid timebase warnings on DMB streams.
2011-12-20 Alex Conversempegts: Fix typo in handling sections in the PMT.
next