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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-13lavf: eliminate ff_get_audio_frame_size()Anton Khirnov
2014-08-13http: Fix authentication, broken since 6a463e7fbMartin Storsjö
2014-08-13ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone
2014-08-13mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone
2014-08-13nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone
2014-08-13flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone
2014-08-13Expose metadata found in onCuePoint events in .flv files.Andrew Stone
2014-08-13Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone
2014-08-13http: enable icy metadata by default.Andrew Stone
2014-08-13http: export icecast metadata as an option with name "metadata".Andrew Stone
2014-08-13lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone
2014-08-13http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö
2014-08-10mpegts: Return proper error code on invalid input dataNidhi Makhijani
2014-08-09mpeg: Suppress a compiler warning on callback typeLuca Barbato
2014-08-09Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov
2014-08-09Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-08mpeg: K&R formatting cosmeticsLuca Barbato
2014-08-08mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun
2014-08-07mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun
2014-08-07mpegts: Avoid unnecessary variable shadowingDiego Biurrun
2014-08-07mpegts: Drop some unnecessary parenthesesDiego Biurrun
2014-08-07mpegts: K&R formatting cosmeticsDiego Biurrun
2014-08-07movenc: fix QT chapter track character encodingJohn Stebbins
2014-08-07movenc: add track title to tracksJohn Stebbins
2014-08-07movenc: remove pointless loop around BITEXACT testJohn Stebbins
2014-08-05movenc: Add option to disable nero chaptersJohn Stebbins
2014-08-05mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye
2014-08-05mpegts: Define the section length with a constantLuca Barbato
2014-08-04Add Icecast protocolMarvin Scholz
2014-08-04http: Refactor http_open_cnxLuca Barbato
2014-08-01flv: Index the audio streamLuca Barbato
2014-07-29matroska: Register mime typesLuca Barbato
2014-07-29aac: Register the mime typeLuca Barbato
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-29caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29mxf: Extract origin information from material and source trackMarc-Antoine Arnaud
2014-07-29mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2014-07-24http: K&R formatting cosmeticsDiego Biurrun
2014-07-22http: Use a constant for the supported header sizeLuca Barbato
2014-07-22http: Do move the class instantiation in the conditional blockLuca Barbato
2014-07-22http: Provide an option to override the HTTP methodLuca Barbato
2014-07-21mpegts: do not export empty language tagsJan Gerber
2014-07-17avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani