summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-0/+3
|\
| * mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-101-0/+3
* | Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'Michael Niedermayer2012-10-111-2/+5
|\ \ | |/
| * segment: support applehttp style listLuca Barbato2012-10-101-13/+72
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-114-4/+26
|\ \ | |/
| * avio: introduce avio_closepLuca Barbato2012-10-103-2/+24
| * mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-101-3/+3
* | Fix broken timestamps for some mp3 in avi samples.Carl Eugen Hoyos2012-10-101-1/+2
* | lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer2012-10-101-1/+2
* | img2dec: detect .raw files only with a low score as img2Michael Niedermayer2012-10-101-0/+2
* | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer2012-10-102-3/+4
* | dtshd: fix seekingPaul B Mahol2012-10-101-6/+8
* | avidec: fix 10l typoMichael Niedermayer2012-10-101-1/+1
* | avidec: override sample size of 1024 for VBR AACMichael Niedermayer2012-10-101-0/+4
* | takdec: fix seekingPaul B Mahol2012-10-101-10/+13
* | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-102-2/+2
|\ \ | |/
| * rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-091-1/+1
| * http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* | dtshd: remove redundant/wrong avio_tell()Paul B Mahol2012-10-101-1/+0
* | takdec: remove redundant/wrong avio_tell()Paul B Mahol2012-10-101-1/+0
* | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer2012-10-102-3/+11
|\ \ | |/
| * matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
| * swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-091-0/+8
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-104-12/+63
|\ \ | |/
| * rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-091-9/+1
| * fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-092-1/+60
| * url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
| * url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
| * url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* | crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno2012-10-091-3/+3
* | Fix second use of AVOptions in HLSDuncan Salerno2012-10-091-0/+3
* | http: add 'timeout' AVOptionAndrey Utkin2012-10-091-2/+18
* | tcp: accept params through avio_open2() optionsAndrey Utkin2012-10-091-8/+30
* | tcp: use timeout option consistentlyAndrey Utkin2012-10-091-8/+11
* | Introduce ff_network_wait_fd_timeout()Andrey Utkin2012-10-092-0/+35
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-097-62/+101
|\ \ | |/
| * Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-2/+2
| * rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-093-0/+30
| * file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-091-1/+1
| * rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-082-6/+4
| * rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-081-53/+64
* | DTS-HD demuxerPaul B Mahol2012-10-094-1/+141
* | movenc.c: Force correct value for "Samples per packet" for pcm audioTim Nicholson2012-10-091-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * segment: drop global headers settingLuca Barbato2012-10-081-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-0826-169/+169
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0825-110/+110
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-071-1/+1
* | TAK demuxer, decoder and parserPaul B Mahol2012-10-084-2/+188
OpenPOWER on IntegriCloud