summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'Michael Niedermayer2013-12-091-2/+2
|\
| * configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-2/+2
* | Fix remuxing of IMA_QT in mov.Carl Eugen Hoyos2013-12-091-1/+2
* | Do not detect "00000000..." (and other non-changing values) as adp.Carl Eugen Hoyos2013-12-091-2/+9
* | Revert: flvenc: Don't pretend to support muxing "plain" VP6Carl Eugen Hoyos2013-12-091-1/+4
* | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer2013-12-091-1/+1
|\ \ | |/
| * avformat: AviSynth demuxer rewrited s2013-12-081-166/+625
| * mxfdec: set extradata sizeAnton Khirnov2013-11-291-1/+3
| * MSN Audio supportKostya Shishkov2013-11-261-0/+1
| * build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-252-531/+0
* | avformat/rtpdec: Enable GSM RTP depacketizationAndrey Utkin2013-12-081-0/+7
* | avformat/utils: remove unused variableMichael Niedermayer2013-12-071-1/+0
* | avformat/utils: reject poorly fitting rfps values earlierMichael Niedermayer2013-12-071-7/+27
* | avformat/mov: use rfps_add_frame() only for videoMichael Niedermayer2013-12-071-1/+1
* | lavf/mux: Don't write "encoder" metadata tag when bitexact is requestedJames Almer2013-12-061-0/+2
* | do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer2013-12-061-2/+2
* | Add Windows resource file support for shared librariesJames Almer2013-12-052-0/+58
* | Ignore es_map_length when parsing mpeg program stream map.Carl Eugen Hoyos2013-12-051-0/+2
* | avformat/mov: calculate rfps from the first 100 frames of the indexMichael Niedermayer2013-12-051-0/+4
* | avformat/utils: factor rfps calculation outMichael Niedermayer2013-12-052-67/+102
* | avformat/utils: provide more IO statistics in debug output at start and end o...Michael Niedermayer2013-12-051-2/+4
* | avformat/utils: move update_wrap_reference() upMichael Niedermayer2013-12-041-67/+64
* | avformat/utils: reorder operations in update_wrap_reference()Michael Niedermayer2013-12-041-4/+2
* | mpegts: do not set pts for missing dts in video streamsRainer Hochecker2013-12-041-1/+4
* | avformat/utils: correct for timestamp wrap earlierMichael Niedermayer2013-12-041-13/+23
* | avformat/utils: also fix wrapping of start_time in update_initial_timestamps()Michael Niedermayer2013-12-041-0/+1
* | avformat/utils: Fix pts_wrap_behavior calculation with negative first_dtsMichael Niedermayer2013-12-041-3/+4
* | avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer2013-12-011-1/+0
* | avisynth: make avs_library statically allocated.Anton Khirnov2013-12-011-33/+26
* | avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson2013-12-011-3/+5
* | Add an Opus and a Speex muxer.Carl Eugen Hoyos2013-12-014-11/+73
* | Support AC-3 in Sega Dreamcast Sofdec files.Carl Eugen Hoyos2013-12-011-1/+7
* | lavf/segment: add a few log messages when avio_open2() failsStefano Sabatini2013-11-251-3/+9
* | lavf/segment: add segment_list_entry_prefix optionStefano Sabatini2013-11-252-3/+20
* | lavf: Exporting opus pre_skip in AVCodecContextVignesh Venkatasubramanian2013-11-251-0/+1
* | avformat/asfdec: ignore packet_segmentsMichael Niedermayer2013-11-241-2/+1
* | avformat/asfdec: reset packet_time_start when asf_read_frame_header() failedAlberto Delmás2013-11-241-1/+1
* | avformat/asfdec: remove duplicated packet_segments resetMichael Niedermayer2013-11-241-1/+0
* | lavf/mpegenc: Print a warning if ac3, pcm_s16be or dts are muxed into mpeg1.Carl Eugen Hoyos2013-11-241-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-2418-1/+34
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-2318-1/+34
* | avformat/hnm: check chunk_size == 0Michael Niedermayer2013-11-221-1/+1
* | avformat/mov: Check that we have a stream before accessing it in mov_read_ares()Michael Niedermayer2013-11-221-9/+11
* | avformat/ipmovie: check OPCODE_INIT_VIDEO_BUFFERS size more completelyMichael Niedermayer2013-11-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-221-1/+2
|\ \ | |/
| * hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-221-1/+2
* | Merge commit '8c929098141ebc94ad3f303521c520bb3dc6d8f6'Michael Niedermayer2013-11-221-0/+5
|\ \ | |/
| * hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-221-0/+5
* | Merge commit 'be4edda6731a341d3fdeaa0e57753dc396790362'Michael Niedermayer2013-11-222-6/+16
|\ \ | |/
| * http: Expose the content location via an AVOptionMartin Storsjö2013-11-222-6/+16