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-14rtpdec: Support H263 in RFC 2190 formatMartin Storsjö
2012-02-14movenc: Support muxing VC1Martin Storsjö
2012-02-14librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun
2012-02-14movenc: Use defines instead of hardcoded numbers for RTCP typesMartin Storsjö
2012-02-14smjpegdec: implement seekingPaul B Mahol
2012-02-14rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary
2012-02-13matroskadec: Mark variable as av_unused.Diego Biurrun
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-13movenc: Support muxing wmapro in ismv/ismaMartin Storsjö
2012-02-13mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö
2012-02-13build: Set correct dependencies for rtmp* protocols implemented by librtmp.Diego Biurrun
2012-02-12lavf: fix aspect ratio mismatch message.Andrey Utkin
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-09WavPack demuxer: set packet durationPaul B Mahol
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-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