summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud2014-07-281-0/+18
* avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-262-2/+3
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-264-6/+6
* http: K&R formatting cosmeticsDiego Biurrun2014-07-231-104/+110
* http: Use a constant for the supported header sizeLuca Barbato2014-07-222-1/+3
* http: Do move the class instantiation in the conditional blockLuca Barbato2014-07-211-10/+12
* http: Provide an option to override the HTTP methodLuca Barbato2014-07-211-1/+7
* mpegts: do not export empty language tagsJan Gerber2014-07-211-1/+1
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-173-10/+22
* mov: Clarify tkhd flag settingsLuca Barbato2014-07-111-3/+6
* mov: Do not group tracks if more than one is enabled per typeLuca Barbato2014-07-112-5/+18
* cdg: Forward error from avio_size() in read_header() functionNidhi Makhijani2014-07-101-2/+3
* mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov2014-07-101-5/+4
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-098-29/+39
* yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov2014-07-091-3/+5
* nsvdec: remove commented out cruftAnton Khirnov2014-07-091-15/+0
* mov: free the dv demux context with avformat_free_context()Anton Khirnov2014-07-091-6/+2
* mtv: do not set sample_rate for videoAnton Khirnov2014-07-091-1/+0
* oggparsecelt: do not set AVCodecContext.frame_sizeAnton Khirnov2014-07-091-3/+1
* adxdec: get rid of an avpriv functionAnton Khirnov2014-07-091-7/+5
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-092-10/+11
* avformat: update muxing doxyAnton Khirnov2014-07-091-3/+3
* cdg: set the keyframe flag on the first packetAnton Khirnov2014-07-091-0/+11
* mov: Remove a variable that is set but never usedMartin Storsjö2014-07-081-2/+1
* nut: Use nut->version in the version range checkLuca Barbato2014-07-081-3/+4
* avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-082-2/+2
* smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer2014-07-071-1/+2
* vc1test: Check malloc callNidhi Makhijani2014-07-061-0/+2
* vc1test: Return proper error codesNidhi Makhijani2014-07-061-3/+3
* librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö2014-07-061-4/+5
* id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov2014-07-031-1/+2
* daud: split muxer and demuxerNidhi Makhijani2014-07-033-38/+56
* lavf: document av_dump_format()Vittorio Giovara2014-07-021-0/+10
* matroskadec: Fix a double negation typoMichael Niedermayer2014-07-021-1/+1
* matroska: Factor out mkv_write_stereo_modeLuca Barbato2014-07-011-17/+22
* matroska: Factor out write_track from mkv_write_tracksLuca Barbato2014-07-011-169/+193
* matroska: K&R formatting cosmeticsLuca Barbato2014-07-011-168/+212
* mov: Support default-base-is-moof.Yusuke Nakamura2014-07-012-3/+6
* rtpenc_jpeg: check for color_range tooVittorio Giovara2014-06-281-4/+8
* dump_stream: print the timebase as is, do not reduce itAnton Khirnov2014-06-261-2/+1
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-221-7/+10
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-223-9/+4
* build: Add missing object files for webm muxerDiego Biurrun2014-06-221-2/+3
* build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-221-1/+2
* build: Add missing replaygain object file for CAF demuxerDiego Biurrun2014-06-221-1/+1
* rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-181-3/+16
* rtsp: Factor out fmtp parsingLuca Barbato2014-06-181-9/+18
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-1816-42/+84
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-184-18/+19
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-189-0/+9
OpenPOWER on IntegriCloud