summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* WavPack demuxer: set packet durationPaul B Mahol2012-02-09
* mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2012-02-09
* mxfdec: Sanity-check SampleRateTomas Härdin2012-02-09
* mxfdec: Handle small EditUnitByteCountTomas Härdin2012-02-09
* mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin2012-02-09
* mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2012-02-09
* mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2012-02-09
* mxfdec: Sanity check PreviousPartitionTomas Härdin2012-02-09
* mxfdec: Never seek back in local sets and KLVsTomas Härdin2012-02-09
* mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2012-02-09
* mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin2012-02-09
* mxfdec: Check for NULL componentTomas Härdin2012-02-09
* mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2012-02-09
* apetag: fix commentPaul B Mahol2012-02-08
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* ape: skip packets with invalid sizeJustin Ruggles2012-02-06
* ape: calculate final packet size instead of guessingJustin Ruggles2012-02-06
* ape: stop reading after the last frame has been readJustin Ruggles2012-02-06
* ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles2012-02-06
* ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles2012-02-06
* ape: fix seekingPaul B Mahol2012-02-04
* movdec: Avoid av_malloc(0) in stssAlex Converse2012-02-03
* frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-03
* movdec: Parse the dvc1 atomMartin Storsjö2012-02-02
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-02
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-31
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-31
* dv: check stypeMichael Niedermayer2012-01-31
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-31
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-31
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-31
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-31
* movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö2012-01-31
* flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö2012-01-30
* nsvdec: Propagate errorsAlex Converse2012-01-30
* nsvdec: Be more careful with av_malloc().Alex Converse2012-01-30
* nsvdec: Fix use of uninitialized streams.Michael Niedermayer2012-01-30
* movenc: cosmetics: Get rid of camelCase identifiersMartin Storsjö2012-01-30
* rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun2012-01-30
* avformat_write_header(): detail error messageRafaël Carré2012-01-30
* s/vbsf/bsf/Mike Melanson2012-01-30
* yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.Mike Melanson2012-01-30
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* movenc: Allow writing to a non-seekable output if using empty moovMartin Storsjö2012-01-27