summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-15
* a64: Return correct error code on invalid data streamNidhi Makhijani2014-08-14
* mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-13
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-13
* http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-13
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-13
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-13
* flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-13
* Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-13
* Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-13
* http: enable icy metadata by default.Andrew Stone2014-08-13
* http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-13
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-13
* http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-13
* mpegts: Return proper error code on invalid input dataNidhi Makhijani2014-08-10
* mpeg: Suppress a compiler warning on callback typeLuca Barbato2014-08-09
* Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-09
* Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-09
* Bump major versions of all libraries.Anton Khirnov2014-08-09
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* mpeg: K&R formatting cosmeticsLuca Barbato2014-08-08
* mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun2014-08-08
* mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun2014-08-07
* mpegts: Avoid unnecessary variable shadowingDiego Biurrun2014-08-07
* mpegts: Drop some unnecessary parenthesesDiego Biurrun2014-08-07
* mpegts: K&R formatting cosmeticsDiego Biurrun2014-08-07
* movenc: fix QT chapter track character encodingJohn Stebbins2014-08-06
* movenc: add track title to tracksJohn Stebbins2014-08-06
* movenc: remove pointless loop around BITEXACT testJohn Stebbins2014-08-06
* movenc: Add option to disable nero chaptersJohn Stebbins2014-08-05
* mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye2014-08-05
* mpegts: Define the section length with a constantLuca Barbato2014-08-04
* Add Icecast protocolMarvin Scholz2014-08-04
* http: Refactor http_open_cnxLuca Barbato2014-08-03
* flv: Index the audio streamLuca Barbato2014-08-01
* matroska: Register mime typesLuca Barbato2014-07-29
* aac: Register the mime typeLuca Barbato2014-07-29
* avformat: Use the mime type information in input probeLuca Barbato2014-07-29
* avstring: Expose the simple name match functionLuca Barbato2014-07-29
* avformat: Move av_probe_input* to format.cLuca Barbato2014-07-29
* caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
* dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
* mxf: Extract origin information from material and source trackMarc-Antoine Arnaud2014-07-28
* mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud2014-07-28
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-26
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-26
* http: K&R formatting cosmeticsDiego Biurrun2014-07-23