Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-12Modified to generate PAT/PMT for video keyframesPavel Koshevoy
2012-02-11buildsys: Fix shared lib build of MPlayer.Ingo Brückl
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-11cafdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11yop: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11tmv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11r3d: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11mpc8: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11jvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11filmstripdec: Check return value of avio_seek and avoid modifying state if it...Joakim Plate
2012-02-11ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-11bink: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-02-10rtpenc: Write a log message if the max packet size is too smallMartin Storsjö
2012-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-10dv: Fix small overread in audio frequency table.Alex Converse
2012-02-10lavf: Rewrite metadata printing from dump_metadata().Michael Niedermayer
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos
2012-02-10Allow encoding rawvideo RGB0 and friends.Carl Eugen Hoyos
2012-02-09WavPack demuxer: set packet durationPaul B Mahol
2012-02-09lavf: put av_new_stream() compatibility wrapper backMichael Niedermayer
2012-02-09lavf: put av_find_stream_info() compatibility wrapper back.Michael Niedermayer
2012-02-09mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin
2012-02-09mxfdec: Sanity-check SampleRateTomas Härdin
2012-02-09mxfdec: Handle small EditUnitByteCountTomas Härdin
2012-02-09mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin
2012-02-09mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin
2012-02-09mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin
2012-02-09mxfdec: Sanity check PreviousPartitionTomas Härdin
2012-02-09mxfdec: Never seek back in local sets and KLVsTomas Härdin
2012-02-09mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2012-02-09mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin
2012-02-09mxfdec: Check for NULL componentTomas Härdin
2012-02-09mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin
2012-02-09apetag: fix commentPaul B Mahol
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-07Detect theora keyframes by content in Ogg demuxer.Reimar Döffinger
2012-02-06lavf/4xm: use proper error codesStefano Sabatini
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-02-06ape: skip packets with invalid sizeJustin Ruggles
2012-02-06ape: calculate final packet size instead of guessingJustin Ruggles
2012-02-06ape: stop reading after the last frame has been readJustin Ruggles
2012-02-06ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles
2012-02-06ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles
2012-02-06cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...Michael Niedermayer