]> git.sesse.net Git - ffmpeg/history - libavformat
Give IDCT matrix transpose macro a more descriptive name
[ffmpeg] / libavformat /
2014-02-21 Tomas Härdinmxf: Add DNxHD UL
2014-02-21 Philip de Niermxf: Add uncompressed 422 8-bit rawvideo UL
2014-02-19 Leandro Dorileolibavformat/mpegts: expose raw packet size
2014-02-19 Martin Storsjömovenc: Add a fallback fragmentation method for plain...
2014-02-17 Diego Biurrundoxygen: Replace @parblock syntax with manual linebreaks
2014-02-17 Diego Biurrundoxygen: Add a number of missing function parameter...
2014-02-16 Diego BiurrunMove all example programs to doc/examples
2014-02-12 Janne Grunaujv: detect partial packets in the demuxer
2014-02-12 Janne Grunauasfdec: fix seeking with fragmented packets
2014-02-12 Andrew Kelleyasfdec: short-circuit seeking to the start of stream
2014-02-12 Janne Grunauasfdec: check ff_get_guid() return values during seeking
2014-02-10 Anton Khirnovlavf: always unref the packet passed to av_interleaved_...
2014-02-10 Anton Khirnovlavf: extend / improve the AVFormatContext doxy
2014-02-10 Anton Khirnovlavf: add some basic documentation of the muxing process
2014-02-10 Anton Khirnovlavf: rewrite the av_write_frame() doxy
2014-02-10 Anton Khirnovlavf: rewrite the av_interleaved_write_frame() doxy
2014-02-10 Anton Khirnovpcmdec: replace a reachable assert with an error check
2014-02-09 Janne Grunaumxfdec: free descriptor extradata in .read_close()
2014-02-09 Andrew Kelleylavf: default .ogg audio to libvorbis if we can
2014-02-09 Derek BuitenhuisAdd raw HEVC muxer
2014-02-08 Kostya ShishkovMirillis FIC video decoder
2014-02-04 Luca Barbatolavf: improve handling of sparse streams when muxing
2014-02-04 Vittorio Giovarajvdec: K&R formatting cosmetics
2014-02-04 Anton Khirnovlavf: ignore attachment streams for interleaving purposes
2014-02-04 Anton Khirnovlavf: do basic sanity checking on muxed packets
2014-02-01 Matthieu Bouronmxf: Read field dominance flag
2014-02-01 Luca Barbatomxf: Handle negative edit_rate
2014-01-31 Janne Grunaulavf: include 60 fps in guessed standard frame rates
2014-01-29 Diego Biurrunavformat: utils: Refactor duplicated PRINT macro
2014-01-26 Diego Biurrunavformat: utils: K&R formatting cosmetics
2014-01-23 Martin Storsjörtpdec_asf: Copy the need_parsing field from the chaine...
2014-01-20 Martin Storsjörtmpproto: Send a full, absolute timestamp if it isn...
2014-01-20 Martin Storsjörtmpproto: Avoid using uninitialized memory
2014-01-20 Justin Rugglesmov: do not set avg_frame_rate in the demuxer
2014-01-17 Michael Niedermayeravisynth: fix setting packet properties
2014-01-17 Anton Khirnovyuv4mpeg: set average frame rate
2014-01-17 Anton Khirnovmp3enc: allow omitting the id3v2 header with -id3v2_ver...
2014-01-17 Anton Khirnovmp3enc: add an option for disabling the Xing frame.
2014-01-15 Martin Storsjömov: Free an earlier allocated array if allocating...
2014-01-15 Martin Storsjömov: Free intermediate arrays in the normal cleanup...
2014-01-14 Tomas Härdinmxf: Fix potential leak in mxf_read_local_tags()
2014-01-14 Tomas Härdinmxf: Correctly support files from Pinnacle Thunder
2014-01-14 Michael Niedermayermxf: Fix a possible leak of extradata
2014-01-14 Luca Barbatomxf: Use av_malloc_array
2014-01-14 Luca Barbatomxf: Drop unnecessary checks
2014-01-14 Marton Balintmxf: Fix off by one error in d10 aes3 decoding
2014-01-14 Luca Barbatomxf: Do not use int to check the seek position
2014-01-14 Reimar Döffingermxf: Set AV_FIELD_PROGRESSIVE
2014-01-13 Anton Khirnovlavf: make av_probe_input_buffer more robust
2014-01-13 Anton Khirnovlavf: use a fixed width type
2014-01-13 Anton Khirnovlavf: simplify handling of offset in av_probe_input_buu...
2014-01-11 Benjamin Larssonflv: Workaround for buggy Omnia A/XE encoder
2014-01-09 Justin Rugglesflac muxer: add option to disable writing the global...
2014-01-09 Maxim PolijakowskiATRAC3+ decoder
2014-01-06 Diego Biurrunnetwork.h: Add #endif comments to improve readability
2014-01-06 Anton Khirnovsegafilm: fix leaks if reading the header fails
2014-01-06 Anton Khirnovlavf: remove a pointless check
2014-01-06 Anton Khirnovoggparseogm: check timing variables
2014-01-04 Martin Storsjösdp: Check that fmt->oformat is non-null before accessi...
2014-01-03 Anton Khirnovpmpdec: check that there is at least one audio packet.
2013-12-26 Diego Biurrunavutil: Move library version related macros to version.h
2013-12-26 Luca Barbatomms: Remove non-utf8 characters
2013-12-21 Justin RugglesAdd a libwebp encoder
2013-12-20 Luca Barbatoflv: Use the correct type to hold the file offset
2013-12-20 Luca Barbatojvdec: Do not feed the decoder with known wrong data
2013-12-20 Paul B Maholjvdec: Fix memory leak of jv->frames
2013-12-20 Luca Barbatojvdec: Return EOF on end of file
2013-12-14 Michael Niedermayerrtpdec_h264: Check the return value of functions doing...
2013-12-14 Martin Storsjösdp: Check theora colorspace before producing the confi...
2013-12-14 Michael Niedermayerhdsenc: Check the init_file() return code
2013-12-14 Michael Niedermayerhdsenc: Fix an off by one error in an array size check
2013-12-14 Michael Niedermayerhdsenc: Avoid integer overflow
2013-12-12 Carl Eugen Hoyosmpegts: add HEVC registration descriptor
2013-12-12 Martin Lambersimg2: add stereo 3d still picture file extensions
2013-12-12 Vittorio Giovarartsp: suppress a incompatible pointer types warning
2013-12-11 Rumin Samrtspdec: Fix keep-alive request for ACTi cameras
2013-12-11 Anton Khirnovlavf: remove an unneeded call to avcodec_get_frame_defa...
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-12-09 Diego Biurrunconfigure: Prefix libc-related variables with "libc_"
2013-12-08 d savformat: AviSynth demuxer rewrite
2013-11-29 Anton Khirnovmxfdec: set extradata size
2013-11-26 Kostya ShishkovMSN Audio support
2013-11-25 Diego Biurrunbuild: Integrate multilibrary examples into the build...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-22 Martin Storsjöhls: Avoid reading outside of the allocated array
2013-11-22 Martin Storsjöhls: Check whether the AVIOContext contains a new redir...
2013-11-22 Martin Storsjöhttp: Expose the content location via an AVOption
2013-11-22 Zhang Ruihttp: Support relative URL redirection
2013-11-22 Martin Storsjöhttp: Remove an unrelated and mistakenly set AVOption...
2013-11-21 Anton Khirnovavidec: fix a memleak in the dv init code.
2013-11-21 Aurelien Jacobsmatroskadec: use correct compression parameters for...
2013-11-21 Anton Khirnovmatroskadec: pad EBML_BIN data.
2013-11-18 Valeriy Argunovrtmphttp: Check for both 0 and AVERROR_EOF
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-11-15 Diego Biurrundv: Split DV data table declarations into their own...
2013-11-14 Reimar Döffingerlavf: improve support for AVC-Intra files.
2013-11-14 Marton Balintmxfdec: update current edit unit when seeking in mxf...
2013-11-08 Anton Khirnovavienc: drop the vfr flag.
2013-11-04 David Goldwichomadec: loosen format probing constraints
2013-11-04 Michael Niedermayeromadec: check GEOB sizes against buffer size
next