summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rtpenc: Allow requesting H264 RTP packetization mode 0Martin Storsjö2012-06-18
* RTMPT protocol supportSamuel Pitoiset2012-06-17
* http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-17
* http: Fail reading if the connection has gone awayMartin Storsjö2012-06-17
* amr: Mark an array constMartin Storsjö2012-06-17
* amr: More space cleanupMartin Storsjö2012-06-17
* rtpenc: Fix memory leaks in the muxer open functionMartin Storsjö2012-06-17
* amr: Cosmetic cleanupMartin Storsjö2012-06-17
* mov_chan: Fix operator precedence by adding parenthesesMartin Storsjö2012-06-17
* tcp: Check the listen callJordi Ortiz2012-06-17
* flacdec: read attached pictures.Anton Khirnov2012-06-16
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-16
* segment: remove unnecessary <strings.h> includeJanne Grunau2012-06-15
* rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset2012-06-14
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-14
* rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset2012-06-13
* rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset2012-06-13
* rtmp: Handle server bandwidth packetsSamuel Pitoiset2012-06-13
* rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset2012-06-13
* rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö2012-06-13
* rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset2012-06-12
* rtmp: Do not send extension for flv filesSamuel Pitoiset2012-06-11
* rtmp: support connection parametersSamuel Pitoiset2012-06-11
* mov: set AVCodecContext.width/height for h264Mans Rullgard2012-06-09
* mpegts: Remove disabled extension matching probe.Alex Converse2012-06-07
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-05
* avformat: Factorize codec probing.Alex Converse2012-06-05
* Indeo Audio decoderKostya Shishkov2012-06-05
* movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse2012-06-04
* mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička2012-06-04
* avidec: make scale and rate unsigned.Anton Khirnov2012-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
* 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
* 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: 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
* http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-28
* http: Add support for using persistent connectionsSamuel Pitoiset2012-05-28