summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\
| * librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-03
| * librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-03
| * librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-03
| * flv: support stream text data as onTextDataLuca Barbato2012-06-03
* | set some categories of some AVClass structsMichael Niedermayer2012-06-03
* | Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos2012-06-03
* | mpegtsenc: zero pointers after freeingMichael Niedermayer2012-06-03
* | mpegts_audio_write: fix potential integer overflowMichael Niedermayer2012-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-03
|\|
| * mpegtsenc: Support LATM packetization for AACJindrich Makovicka2012-06-03
| * adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka2012-06-03
| * mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka2012-06-03
| * mpegtsenc: use AVERROR() for return codesJindrich Makovicka2012-06-03
* | oggdec: fix regression that caused reading the whole file during openMichael Niedermayer2012-06-02
* | lavf: use input keyframe flag when muxer does not provide keyframe flags.Michael Niedermayer2012-06-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-01
|\|
| * http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-01
| * http: Simplify code by removing a local variableMartin Storsjö2012-06-01
| * http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-01
| * tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö2012-06-01
| * tcp: Check the return values from bind and acceptMartin Storsjö2012-06-01
| * avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi2012-05-31
* | http: use ffurl_closep()Michael Niedermayer2012-06-01
* | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-01
* | lavf: use av_freep() in ffurl_close()Michael Niedermayer2012-06-01
* | tcp: Check the return values from bind and acceptMartin Storsjö2012-06-01
* | dv-demux: dont mess with codec valuesMichael Niedermayer2012-05-31
* | jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch2012-05-31
* | jacosub_probe: speedup by making only one call to sscanfClément Bœsch2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-31
|\|
| * http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-30
| * http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-30
| * mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje2012-05-30
* | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-31
* | mxfenc: support 50 and 60 frame ratesMatthieu Bouron2012-05-31
* | ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer2012-05-31
* | ac3_probe: speedup by checking for header earlierMichael Niedermayer2012-05-31
* | yop_probe: check more fields to avoid detecting random data as yopMichael Niedermayer2012-05-31
* | avidec: fix odd extradata size case.Michael Niedermayer2012-05-31
* | libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer2012-05-31
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-30
|\|
| * http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-28
| * http: Add support for using persistent connectionsSamuel Pitoiset2012-05-28
* | lavf/microdvd: support events lasting to the next one.Clément Bœsch2012-05-29
* | ape: Fix null ptr dereference with files missing a seekatable.Michael Niedermayer2012-05-29
* | movdec: Check count of stts/ctts elements instead of just the pointer.Michael Niedermayer2012-05-29
* | 4xm: fix division by zero caused by bps<8Michael Niedermayer2012-05-29
* | movenc: Fix muxing of Apple Quicktime chapters. v3Philip Langdale2012-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\|