summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\
| * rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary2012-02-13
| * matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-13
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
| * Drop some completely unnecessary av_unused attributes.Diego Biurrun2012-02-13
| * movenc: Support muxing wmapro in ismv/ismaMartin Storsjö2012-02-13
| * mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö2012-02-13
| * build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun2012-02-13
| * lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
* | matroskadec: properly fall back to generic seek.Reimar Döffinger2012-02-13
* | matroskadec: reset num_levels on seek.Reimar Döffinger2012-02-13
* | Fix aspect ratio mismatch messageAndrey Utkin2012-02-12
* | Fix Theora-in-ogg keyframe handling.Reimar Döffinger2012-02-12
* | Modified to generate PAT/PMT for video keyframesPavel Koshevoy2012-02-11
* | buildsys: Fix shared lib build of MPlayer.Ingo Brückl2012-02-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-11
|\|
| * cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * yop: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * tmv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim Plate2012-02-10
| * ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
| * rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-10
| * dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-09
| * dv: Fix small overread in audio frequency table.Alex Converse2012-02-09
* | lavf: Rewrite metadata printing from dump_metadata().Michael Niedermayer2012-02-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-10
|\|
| * 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
* | Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos2012-02-09