summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* set some categories of some AVClass structsMichael Niedermayer2012-06-031-0/+1
* Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos2012-06-031-36/+36
* mpegtsenc: zero pointers after freeingMichael Niedermayer2012-06-031-4/+6
* mpegts_audio_write: fix potential integer overflowMichael Niedermayer2012-06-031-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-034-87/+136
|\
| * mpegtsenc: Support LATM packetization for AACJindrich Makovicka2012-06-031-5/+28
| * adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka2012-06-032-51/+16
| * mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka2012-06-032-31/+84
| * mpegtsenc: use AVERROR() for return codesJindrich Makovicka2012-06-031-6/+14
* | oggdec: fix regression that caused reading the whole file during openMichael Niedermayer2012-06-021-0/+3
* | lavf: use input keyframe flag when muxer does not provide keyframe flags.Michael Niedermayer2012-06-021-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-013-14/+15
|\ \ | |/
| * http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-011-0/+1
| * http: Simplify code by removing a local variableMartin Storsjö2012-06-011-12/+9
| * http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-011-0/+3
| * tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö2012-06-011-0/+2
| * tcp: Check the return values from bind and acceptMartin Storsjö2012-06-011-0/+8
| * avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi2012-05-311-1/+6
* | http: use ffurl_closep()Michael Niedermayer2012-06-011-8/+10
* | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-012-3/+11
* | lavf: use av_freep() in ffurl_close()Michael Niedermayer2012-06-011-1/+1
* | tcp: Check the return values from bind and acceptMartin Storsjö2012-06-011-0/+8
* | dv-demux: dont mess with codec valuesMichael Niedermayer2012-05-311-3/+0
* | jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-311-1/+1
* | jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-311-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-311-9/+27
|\ \ | |/
| * http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-301-8/+8
| * http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-301-1/+19
| * mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje2012-05-302-10/+50
* | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-311-2/+2
* | mxfenc: support 50 and 60 frame ratesMatthieu Bouron2012-05-311-2/+12
* | ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer2012-05-311-1/+2
* | ac3_probe: speedup by checking for header earlierMichael Niedermayer2012-05-311-0/+2
* | yop_probe: check more fields to avoid detecting random data as yopMichael Niedermayer2012-05-311-1/+6
* | avidec: fix odd extradata size case.Michael Niedermayer2012-05-311-1/+2
* | libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer2012-05-314-5/+7
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-303-9/+44
|\ \ | |/
| * http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-282-5/+30
| * http: Add support for using persistent connectionsSamuel Pitoiset2012-05-281-3/+13
* | lavf/microdvd: support events lasting to the next one.Clément Bœsch2012-05-291-3/+39
* | ape: Fix null ptr dereference with files missing a seekatable.Michael Niedermayer2012-05-291-0/+3
* | movdec: Check count of stts/ctts elements instead of just the pointer.Michael Niedermayer2012-05-291-1/+1
* | 4xm: fix division by zero caused by bps<8Michael Niedermayer2012-05-291-0/+5
* | movenc: Fix muxing of Apple Quicktime chapters. v3Philip Langdale2012-05-281-2/+68
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-281-6/+8
|\ \ | |/
| * rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-261-6/+8
* | avienc: create xsub in avi files that are closer to whats in the wildMichael Niedermayer2012-05-271-2/+5
* | mxfdec: remove unused last_index_durationMichael Niedermayer2012-05-271-2/+0
* | Support decoding fourcc YVYU.Carl Eugen Hoyos2012-05-271-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-268-25/+43
|\ \ | |/