summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-193-5/+4
* mxf: Support AACLuca Barbato2014-08-172-1/+7
* mxf: Add the UL for the MPEG2VideoDescriptorLuca Barbato2014-08-171-0/+1
* mxf: Add UID print helpersLuca Barbato2014-08-172-0/+15
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-159-12/+12
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-1510-24/+24
* http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-151-2/+2
* a64: Return correct error code on invalid data streamNidhi Makhijani2014-08-141-2/+2
* mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-131-1/+23
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-132-24/+1
* http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-131-3/+3
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-139-11/+32
* mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-131-0/+6
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-131-2/+11
* flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-131-0/+1
* Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-131-40/+42
* Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-131-0/+9
* http: enable icy metadata by default.Andrew Stone2014-08-131-1/+1
* http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-131-0/+31
* lavf: add AVFormatContext/AVStream fields for signaling to the user when even...Andrew Stone2014-08-132-1/+23
* http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-131-1/+2
* mpegts: Return proper error code on invalid input dataNidhi Makhijani2014-08-101-5/+5
* mpeg: Suppress a compiler warning on callback typeLuca Barbato2014-08-091-1/+2
* Remove obsolete FF_API_REFERENCE_DTS cruft.Anton Khirnov2014-08-092-8/+0
* Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-093-12/+0
* Bump major versions of all libraries.Anton Khirnov2014-08-091-2/+2
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-1/+1
* mpeg: K&R formatting cosmeticsLuca Barbato2014-08-081-312/+335
* mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun2014-08-081-3/+3
* mpegts: Fix memory leaks and related crashes in mpegs_write_header()Diego Biurrun2014-08-071-3/+18
* mpegts: Avoid unnecessary variable shadowingDiego Biurrun2014-08-071-1/+0
* mpegts: Drop some unnecessary parenthesesDiego Biurrun2014-08-071-6/+6
* mpegts: K&R formatting cosmeticsDiego Biurrun2014-08-071-196/+216
* movenc: fix QT chapter track character encodingJohn Stebbins2014-08-061-1/+6
* movenc: add track title to tracksJohn Stebbins2014-08-062-11/+65
* movenc: remove pointless loop around BITEXACT testJohn Stebbins2014-08-061-5/+3
* movenc: Add option to disable nero chaptersJohn Stebbins2014-08-052-1/+3
* mpegts: Add HEVC definitionsFemi Adeyemi-Ejeye2014-08-052-0/+4
* mpegts: Define the section length with a constantLuca Barbato2014-08-041-3/+7
* Add Icecast protocolMarvin Scholz2014-08-044-1/+231
* http: Refactor http_open_cnxLuca Barbato2014-08-031-12/+24
* flv: Index the audio streamLuca Barbato2014-08-011-2/+5
* matroska: Register mime typesLuca Barbato2014-07-291-0/+1
* aac: Register the mime typeLuca Barbato2014-07-291-0/+1
* avformat: Use the mime type information in input probeLuca Barbato2014-07-293-12/+37
* avstring: Expose the simple name match functionLuca Barbato2014-07-291-19/+1
* avformat: Move av_probe_input* to format.cLuca Barbato2014-07-292-136/+138
* caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-1/+1
* dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-3/+3
* mxf: Extract origin information from material and source trackMarc-Antoine Arnaud2014-07-281-0/+14
OpenPOWER on IntegriCloud