]> git.sesse.net Git - ffmpeg/history - libavformat
prores: Add a codepath for decoding errors
[ffmpeg] / libavformat /
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...
2013-09-26 Martin Storsjölavf: Allocate arrays with av_realloc if they will...
2013-09-26 Martin Storsjörtpdec_qt: Add an accidentally removed allocation retur...
2013-09-26 Martin Storsjötls: Add support for listen mode
2013-09-26 Martin Storsjöhttp: Pass options through to the nested protocol
2013-09-26 Martin Storsjötls: Add options for verifying the peer certificate
2013-09-24 Anton Khirnovmatroskadec: check av_strdup() when setting defaults
2013-09-22 Martin Storsjömovenchint: Clear size and len if the realloc failed
2013-09-22 Martin Storsjömovenc: Return a proper error code for invalid combinations
2013-09-22 Martin Storsjöelectronicarts: Check packet sizes before reading
2013-09-22 Martin Storsjölavf: Avoid setting avg_frame_rate if delta_dts is...
2013-09-22 Martin Storsjömovenc: Use keyframes as default fragmentation point...
2013-09-22 Martin Storsjömovenc: Set all implicit flags immediately in mov_write...
2013-09-22 Martin Storsjömovenc: Set mov->mode earlier in mov_write_header
2013-09-22 Martin Storsjötls: Do not abort on non-fatal TLS alerts with gnutls
2013-09-21 Luca Barbatoflv: Make onTextData parsing robust
2013-09-21 Luca Barbatortmp: Replace a magic number with a macro
2013-09-21 Luca Barbatortmp: Rewrite embedded flv handling
2013-09-21 Luca Barbatortmp: Refactor get_packet
2013-09-21 Luca Barbatortmp: Support AMF_DATA_TYPE_MIXEDARRAY
2013-09-20 Vittorio Giovarah264dec: Add .avc file name extension
2013-09-20 Vittorio Giovarah264dec: K&R formatting cosmetics
2013-09-20 Luca Barbatortmp: Unbreak get_packet
2013-09-20 Martin Storsjörtmpproto: Add a comment explaining the logic in handle...
2013-09-19 Martin Storsjör3d: Add more input value validation
2013-09-19 Martin Storsjörl2: Avoid a division by zero
2013-09-19 Martin Storsjöwtv: Add more sanity checks for a length read from...
2013-09-19 Martin Storsjöyop: Clear all references to the AVBuffer in the local...
2013-09-19 Martin Storsjösegafilm: Validate the number of audio channels
2013-09-19 Martin Storsjömovenc: Use null buffers for measuring the amount of...
2013-09-19 Martin Storsjöaviobuf: Add functions for null buffers
2013-09-19 Vladimir Pantelicasfenc: mux chapters in ASF files using an ASF "marker...
2013-09-19 Vladimir Pantelicasfenc: remember send time and offset of the index...
2013-09-19 Vladimir Pantelicasfenc: add ASF_Reserved_4 as defined in section 10...
2013-09-19 Vladimir Pantelicasfdec: replace magic constant with DATA_HEADER_SIZE
2013-09-19 Vladimir Pantelicasfdec: substract preroll time from marker presentation...
2013-09-19 Martin Storsjöidroqdec: Make sure a video stream has been allocated...
2013-09-19 Luca Barbatortmp: Unbreak handle_notify
2013-09-18 Justin RugglesAdd a WebP decoder
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-18 Martin Storsjörmdec: Validate the fps value
2013-09-17 Martin Storsjömovenc: Add an option for omitting the tfhd base offset
2013-09-17 Martin Storsjömovenc: Write the moof atom in two passes
2013-09-17 Josh Allmannrtmp: Support reading interleaved chunks.
2013-09-17 Martin Storsjöxmv: Add more sanity checks for parameters read from...
2013-09-17 Martin Storsjörtmpproto: Extend a comment to explain the prev_pkt...
2013-09-17 Martin Storsjörtmpproto: Consistently use the right prev_pkt array
2013-09-17 Martin Storsjörtmpproto: Check for the right return code
2013-09-17 Martin Storsjömov: Don't use a negative duration for setting other...
2013-09-17 Martin Storsjöoggparseogm: Convert to use bytestream2
2013-09-17 Martin Storsjömatroskadec: Verify realaudio codec parameters
2013-09-17 Josh Allmannrtmp: rename main_channel_id to stream_id.
2013-09-17 Josh Allmannrtmp: Follow Flash player numbering for channels.
2013-09-17 Josh Allmannrtmp: Send video on a separate channel.
2013-09-16 Alexandra Khirnovalavf: Make probe_codec return an error code
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2013-09-16 Luca Barbatolavf: Add a flag to enable/disable per-packet flushing
2013-09-16 Luca Barbatoflv: Do not export datastream as metadata
2013-09-16 Luca Barbatortmp: Store all the notify messages
2013-09-16 Luca Barbatortmp: Do not send the first field twice within the...
2013-09-16 Luca Barbatortmp: Drop an unneeded warning
2013-09-16 Luca Barbatortmp: Support play method in listen mode
next