| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | http: Provide an option to override the HTTP method | Luca Barbato | 2014-07-21 | 1 | -1/+7 |
* | mpegts: do not export empty language tags | Jan Gerber | 2014-07-21 | 1 | -1/+1 |
* | avpacket: Check for and return errors in ff_interleave_add_packet() | Nidhi Makhijani | 2014-07-17 | 3 | -10/+22 |
* | mov: Clarify tkhd flag settings | Luca Barbato | 2014-07-11 | 1 | -3/+6 |
* | mov: Do not group tracks if more than one is enabled per type | Luca Barbato | 2014-07-11 | 2 | -5/+18 |
* | cdg: Forward error from avio_size() in read_header() function | Nidhi Makhijani | 2014-07-10 | 1 | -2/+3 |
* | mpegts: pass MpegTSContext ptr explicitly | Alexander V. Lukyanov | 2014-07-10 | 1 | -5/+4 |
* | rtpdec: pass an AVFormatContext to ff_parse_fmtp() | Anton Khirnov | 2014-07-09 | 8 | -29/+39 |
* | yuv4mpegenc: do not access AVCodecContext.coded_frame | Anton Khirnov | 2014-07-09 | 1 | -3/+5 |
* | nsvdec: remove commented out cruft | Anton Khirnov | 2014-07-09 | 1 | -15/+0 |
* | mov: free the dv demux context with avformat_free_context() | Anton Khirnov | 2014-07-09 | 1 | -6/+2 |
* | mtv: do not set sample_rate for video | Anton Khirnov | 2014-07-09 | 1 | -1/+0 |
* | oggparsecelt: do not set AVCodecContext.frame_size | Anton Khirnov | 2014-07-09 | 1 | -3/+1 |
* | adxdec: get rid of an avpriv function | Anton Khirnov | 2014-07-09 | 1 | -7/+5 |
* | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 2 | -10/+11 |
* | avformat: update muxing doxy | Anton Khirnov | 2014-07-09 | 1 | -3/+3 |
* | cdg: set the keyframe flag on the first packet | Anton Khirnov | 2014-07-09 | 1 | -0/+11 |
* | mov: Remove a variable that is set but never used | Martin Storsjö | 2014-07-08 | 1 | -2/+1 |
* | nut: Use nut->version in the version range check | Luca Barbato | 2014-07-08 | 1 | -3/+4 |
* | avformat_new_stream: make the AVCodec parameter const | Roman Savchenko | 2014-07-08 | 2 | -2/+2 |
* | smoothstreamingenc: Fix a memory leak on errors | Michael Niedermayer | 2014-07-07 | 1 | -1/+2 |
* | vc1test: Check malloc call | Nidhi Makhijani | 2014-07-06 | 1 | -0/+2 |
* | vc1test: Return proper error codes | Nidhi Makhijani | 2014-07-06 | 1 | -3/+3 |
* | librtmp: Don't free the temp url at the end of rtmp_open | Martin Storsjö | 2014-07-06 | 1 | -4/+5 |
* | id3v2enc: use a case-insensitive comparison for APIC picture type | Anton Khirnov | 2014-07-03 | 1 | -1/+2 |
* | daud: split muxer and demuxer | Nidhi Makhijani | 2014-07-03 | 3 | -38/+56 |
* | lavf: document av_dump_format() | Vittorio Giovara | 2014-07-02 | 1 | -0/+10 |
* | matroskadec: Fix a double negation typo | Michael Niedermayer | 2014-07-02 | 1 | -1/+1 |
* | matroska: Factor out mkv_write_stereo_mode | Luca Barbato | 2014-07-01 | 1 | -17/+22 |
* | matroska: Factor out write_track from mkv_write_tracks | Luca Barbato | 2014-07-01 | 1 | -169/+193 |
* | matroska: K&R formatting cosmetics | Luca Barbato | 2014-07-01 | 1 | -168/+212 |
* | mov: Support default-base-is-moof. | Yusuke Nakamura | 2014-07-01 | 2 | -3/+6 |
* | rtpenc_jpeg: check for color_range too | Vittorio Giovara | 2014-06-28 | 1 | -4/+8 |