]> git.sesse.net Git - ffmpeg/history - libavformat
mpegvideo: make ff_release_unused_pictures() static
[ffmpeg] / libavformat /
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
2013-11-04 Michael Niedermayeromadec: Fix wrong number of array elements
2013-11-03 Vittorio Giovarartmpproto: Reorder conditions to help dead code elimination
2013-11-03 Vittorio Giovarawtv: fix variable sign in format
2013-11-02 Diego Biurrunos_support: Add #endif comments for better readability
2013-11-02 Martin StorsjöAdd an HDS live fragmenting muxer
2013-11-01 Anton Khirnovlavf: do not use int to store an int64
2013-11-01 Martin Storsjörtspenc: Make sure BYE packets are sent before TEARDOWN
2013-11-01 Martin Storsjörtpenc: Add a rtpflag option for sending BYE packets...
2013-11-01 Martin Storsjörtpenc: Remove some superfluous parentheses
2013-11-01 Martin Storsjöaviobuf: Handle a NULL buffer in avio_close_dyn_buf
2013-10-31 Mickaël Rauletmpegts: Support HEVC demuxing
2013-10-31 Yusuke Nakamuramatroskadec: Support HEVC demuxing
2013-10-31 Yusuke Nakamuramov: Support HEVC demuxing
2013-10-31 Dirk FarinAdd raw HEVC demuxer
2013-10-31 Anton Khirnovoggparsetheora: stop using deprecated avcodec_set_dimen...
2013-10-31 David KmentHNM4/HNM4A demuxer & video decoder
2013-10-30 Martin Storsjölavf: Remove a now useless parameter to ffurl_register_...
2013-10-30 Anton Khirnovoggparsetheora: check av_mallocz result
2013-10-30 Anton Khirnovoggparsetheora: return meaningful error codes
2013-10-30 Anton Khirnovoggparsetheora: K&R cosmetics, reformat
2013-10-29 Anton Khirnovlavc: add a dummy field to AVStream to preserve ABI...
2013-10-29 Derek Buitenhuisavio: Check for memory allocation failure of private...
2013-10-28 Anton Khirnovlavf: do not export av_register_{rtp,rdt}_dynamic_paylo...
2013-10-28 Anton Khirnovlavf: remove unreliable timestamp guessing heuristic
2013-10-27 Luca Barbatoavio: K&R formatting cosmetics
2013-10-23 Clément Bœschmovenc: Add an F4V muxer
2013-10-22 Derek Buitenhuisnut: Fix unchecked allocations
2013-10-21 Luca Barbatoavio: Use AVERROR_PROTOCOL_NOT_FOUND
2013-10-18 Luca Barbatowtv: Seek by sector properly
2013-10-14 Michael Niedermayerhttp: Check the auth string contents and not only the...
2013-10-14 Martin Storsjörtmp: Allocate the prev_pkt arrays dynamically
2013-10-13 Martin Storsjöhttp: Support auth method detection for POST
2013-10-13 Martin Storsjöhttp: Add an option for forcing basic authentication
2013-10-12 Vittorio Giovaraoggparsevorbis: fail on memory allocation error
2013-10-12 James Almeroggvorbisdec: add support for embedded cover art
2013-10-12 James Almerflac: move picture parsing code in a separate file
2013-10-12 Nicolas Georgeoggdec: add support for Opus in Ogg demuxing
2013-10-12 Vittorio Giovaraoggparsevorbis: check allocations
2013-10-12 James Almeroggparsevorbis: support official chapter extension
2013-10-12 Martin Storsjöriff: Add a mapping for VP6A
2013-10-10 Matthieu Bouronmxf: Add jpeg2000 codec to intra only codecs
2013-10-10 Martin Storsjöflvenc: Write proper cropping for VP6 even if there...
2013-10-10 Martin Storsjöflvenc: Support muxing VP6A as well
2013-10-10 Martin Storsjöflvenc: Don't pretend to support muxing "plain" VP6
2013-10-10 Luca Barbatoavi: directly resync on DV in AVI read failure
2013-10-10 Luca Barbatoavi: DV in AVI must be considered single stream
2013-10-10 Luca Barbatoavi: properly fail if the dv demuxer is missing
2013-10-06 Diego Biurrunbmv: Remove unused variable
2013-10-05 Vittorio Giovaraoggparsevorbis: return meaningful errors
2013-10-04 Martin Storsjömov: Don't allocate arrays with av_malloc that will...
2013-10-04 Martin Storsjörtmpproto: Validate the embedded flv packet size before...
2013-10-04 Martin Storsjörtmpproto: Readjust the end of the flv buffer if handle...
2013-10-04 Martin Storsjörtmpproto: Move the flv header/trailer addition to...
2013-10-04 Martin Storsjörtmpproto: Clear the flv allocation size on reallocp...
2013-10-04 Martin Storsjörtmpproto: Pass the 'live' parameter in the right unit
2013-10-04 Martin Storsjörtmpproto: Print the error code string if there's no...
2013-10-03 Vittorio Giovaraoggparsevorbis: K&R formatting cosmetics
2013-10-03 Diego Biurrunavformat/output-example: Declare link dependency on...
2013-10-01 Luca Barbatortmp: alias rtmp_listen to listen
2013-10-01 Luca Barbatomxf: Remove a typo
2013-09-30 Martin Storsjöasfdec: Check the return value of asf_read_stream_prope...
2013-09-29 Maxim Poliakovskiomadec: fix bitrate for ATRAC3+ streams
2013-09-29 Maxim PoliakovskiAdd support for multichannel ATRAC3+ streams.
2013-09-29 Anton Khirnovmxfdec: set audio timebase to 1/samplerate
2013-09-29 Martin Storsjömov: Make sure the read sample count is nonnegative
2013-09-29 Martin Storsjöbfi: Add some very basic sanity checks for input packet...
2013-09-29 Martin Storsjöbfi: Avoid divisions by zero
2013-09-29 Martin Storsjöelectronicarts: Add more sanity checking for the number...
2013-09-29 Martin Storsjöriffdec: Add sanity checks for the sample rate
2013-09-29 Martin Storsjömvi: Add sanity checking for the audio frame size
2013-09-29 Martin Storsjöxwma: Avoid division by zero
2013-09-29 Martin Storsjöavidec: Make sure a packet is large enough before readi...
2013-09-29 Martin Storsjövqf: Make sure the bitrate is in the valid range
2013-09-29 Martin Storsjövqf: Make sure sample_rate is set to a valid value
2013-09-26 Luca Barbatolxf: check the nb_streams instead of relying on padding
2013-09-26 Paul B Mahollxf: remove deplanarization hack
2013-09-26 Paul B Maholpcm: support 24-bit/32-bit little-endian planar
2013-09-26 Carl Eugen Hoyoslxf: Support 16-channel files
2013-09-26 Reimar Döffingerlxf: Support version 1 files
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
next