summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-091-3/+0
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-071-8/+0
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
* avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* Indeo Audio decoderKostya Shishkov2012-06-051-0/+1
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-041-1/+3
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-041-46/+9
* avidec: make scale and rate unsigned.Anton Khirnov2012-06-041-2/+2
* librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov2012-06-031-4/+4
* librtmp: don't abuse a variable for two unrelated things.Anton Khirnov2012-06-031-8/+8
* librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov2012-06-031-15/+80
* flv: support stream text data as onTextDataLuca Barbato2012-06-032-25/+153
* 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
* 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: 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
* 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
* rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-261-6/+8
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-265-18/+29
* rtpenc_chain: Free the URLContext on failureMartin Storsjö2012-05-261-7/+11
* rtpenc: Expose the ssrc as an avoptionMartin Storsjö2012-05-262-2/+4
* cosmetics: Fix indentationMartin Storsjö2012-05-261-1/+1
* rtmp: fix url parsingLuca Barbato2012-05-251-1/+2
* movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio.Alex Converse2012-05-251-20/+1
* rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset2012-05-241-6/+7
* rtmp: Check return codes of net IO operationsSamuel Pitoiset2012-05-242-32/+68
* rtmp: Return a proper error code instead of -1Samuel Pitoiset2012-05-241-4/+4
* rtmp: Check malloc callsSamuel Pitoiset2012-05-241-20/+58
* rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset2012-05-242-55/+140
* flvdec: Make sure sample_rate is set to the updated valueMartin Storsjö2012-05-231-2/+2
* os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-231-0/+6
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
* tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+23
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-222-0/+20
* Remove libnut wrapperDiego Biurrun2012-05-213-314/+0
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-2010-10/+22
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-201-38/+40
* lavf: change some (de)muxer names to lowercaseMans Rullgard2012-05-195-5/+5
* lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
OpenPOWER on IntegriCloud