summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* CDXL demuxer and decoderPaul B Mahol2012-02-144-1/+173
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-141-1/+1
* hlsproto: Rename the functions and contextMartin Storsjö2012-02-141-20/+20
* hlsproto: Encourage users to try the hls demuxer instead of the protoMartin Storsjö2012-02-141-0/+6
* libavformat: Rename the applehttp protocol to hlsMartin Storsjö2012-02-144-2/+38
* hls: Rename the functions and contextMartin Storsjö2012-02-141-22/+22
* libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-143-4/+4
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-144-0/+187
* movenc: Support muxing VC1Martin Storsjö2012-02-142-1/+175
* librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun2012-02-143-18/+15
* movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö2012-02-141-1/+2
* smjpegdec: implement seekingPaul B Mahol2012-02-141-0/+5
* rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary2012-02-131-2/+2
* matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-131-1/+1
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-132-2/+2
* Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-131-1/+1
* movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-131-2/+17
* mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö2012-02-131-0/+10
* build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun2012-02-131-6/+4
* lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-121-2/+2
* cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-7/+12
* yop: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-3/+5
* tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* tmv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+3
* mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim Plate2012-02-101-1/+2
* ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-3/+4
* dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-3/+4
* bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+3
* rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-101-1/+3
* dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-091-0/+4
* 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
OpenPOWER on IntegriCloud