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