| Commit message (Expand) | Author | Age | Files | Lines |
* | http: Reduce scope of a variable in parse_content_encoding() | Diego Biurrun | 2014-08-15 | 1 | -2/+2 |
* | a64: Return correct error code on invalid data stream | Nidhi Makhijani | 2014-08-14 | 1 | -2/+2 |
* | mpegts: Do not try to write a PMT larger than SECTION_SIZE | Luca Barbato | 2014-08-13 | 1 | -1/+23 |
* | lavf: eliminate ff_get_audio_frame_size() | Anton Khirnov | 2014-08-13 | 2 | -24/+1 |
* | http: Fix authentication, broken since 6a463e7fb | Martin Storsjö | 2014-08-13 | 1 | -3/+3 |
* | ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. | Andrew Stone | 2014-08-13 | 9 | -11/+32 |
* | mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada... | Andrew Stone | 2014-08-13 | 1 | -0/+6 |
* | nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when... | Andrew Stone | 2014-08-13 | 1 | -2/+11 |
* | flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met... | Andrew Stone | 2014-08-13 | 1 | -0/+1 |
* | Expose metadata found in onCuePoint events in .flv files. | Andrew Stone | 2014-08-13 | 1 | -40/+42 |
* | Set protocol-level metadata in AVFormatContext any time a packet is read. | Andrew Stone | 2014-08-13 | 1 | -0/+9 |
* | http: enable icy metadata by default. | Andrew Stone | 2014-08-13 | 1 | -1/+1 |
* | http: export icecast metadata as an option with name "metadata". | Andrew Stone | 2014-08-13 | 1 | -0/+31 |
* | lavf: add AVFormatContext/AVStream fields for signaling to the user when even... | Andrew Stone | 2014-08-13 | 2 | -1/+23 |
* | http: Stop reading after receiving the whole file for non-chunked transfers | Martin Storsjö | 2014-08-13 | 1 | -1/+2 |
* | mpegts: Return proper error code on invalid input data | Nidhi Makhijani | 2014-08-10 | 1 | -5/+5 |
* | mpeg: Suppress a compiler warning on callback type | Luca Barbato | 2014-08-09 | 1 | -1/+2 |
* | Remove obsolete FF_API_REFERENCE_DTS cruft. | Anton Khirnov | 2014-08-09 | 2 | -8/+0 |
* | Remove obsolete FF_API_PROBE_MIME cruft. | Anton Khirnov | 2014-08-09 | 3 | -12/+0 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -2/+2 |
* | Postpone API-incompatible changes until the next bump. | Anton Khirnov | 2014-08-09 | 1 | -1/+1 |
* | mpeg: K&R formatting cosmetics | Luca Barbato | 2014-08-08 | 1 | -312/+335 |
* | mpegts: Use av_free() to free memory allocated by av_strdup() | Diego Biurrun | 2014-08-08 | 1 | -3/+3 |
* | mpegts: Fix memory leaks and related crashes in mpegs_write_header() | Diego Biurrun | 2014-08-07 | 1 | -3/+18 |
* | mpegts: Avoid unnecessary variable shadowing | Diego Biurrun | 2014-08-07 | 1 | -1/+0 |
* | mpegts: Drop some unnecessary parentheses | Diego Biurrun | 2014-08-07 | 1 | -6/+6 |
* | mpegts: K&R formatting cosmetics | Diego Biurrun | 2014-08-07 | 1 | -196/+216 |
* | movenc: fix QT chapter track character encoding | John Stebbins | 2014-08-06 | 1 | -1/+6 |
* | movenc: add track title to tracks | John Stebbins | 2014-08-06 | 2 | -11/+65 |
* | movenc: remove pointless loop around BITEXACT test | John Stebbins | 2014-08-06 | 1 | -5/+3 |
* | movenc: Add option to disable nero chapters | John Stebbins | 2014-08-05 | 2 | -1/+3 |
* | mpegts: Add HEVC definitions | Femi Adeyemi-Ejeye | 2014-08-05 | 2 | -0/+4 |
* | mpegts: Define the section length with a constant | Luca Barbato | 2014-08-04 | 1 | -3/+7 |
* | Add Icecast protocol | Marvin Scholz | 2014-08-04 | 4 | -1/+231 |
* | http: Refactor http_open_cnx | Luca Barbato | 2014-08-03 | 1 | -12/+24 |
* | flv: Index the audio stream | Luca Barbato | 2014-08-01 | 1 | -2/+5 |
* | matroska: Register mime types | Luca Barbato | 2014-07-29 | 1 | -0/+1 |
* | aac: Register the mime type | Luca Barbato | 2014-07-29 | 1 | -0/+1 |
* | avformat: Use the mime type information in input probe | Luca Barbato | 2014-07-29 | 3 | -12/+37 |
* | avstring: Expose the simple name match function | Luca Barbato | 2014-07-29 | 1 | -19/+1 |
* | avformat: Move av_probe_input* to format.c | Luca Barbato | 2014-07-29 | 2 | -136/+138 |
* | caf: Use correct printf conversion specifiers for POSIX int types | Diego Biurrun | 2014-07-28 | 1 | -1/+1 |
* | dump: Use correct printf conversion specifiers for POSIX int types | Diego Biurrun | 2014-07-28 | 1 | -3/+3 |
* | mxf: Extract origin information from material and source track | Marc-Antoine Arnaud | 2014-07-28 | 1 | -0/+14 |
* | mxf: Detect Vanc/Vbi SMPTE-436M mxf track | Marc-Antoine Arnaud | 2014-07-28 | 1 | -0/+18 |
* | avformat: Mark AVOutputFormat argument in avformat_query_codec as const | Diego Biurrun | 2014-07-26 | 2 | -2/+3 |
* | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 4 | -6/+6 |
* | http: K&R formatting cosmetics | Diego Biurrun | 2014-07-23 | 1 | -104/+110 |
* | http: Use a constant for the supported header size | Luca Barbato | 2014-07-22 | 2 | -1/+3 |
* | http: Do move the class instantiation in the conditional block | Luca Barbato | 2014-07-21 | 1 | -10/+12 |