]> git.sesse.net Git - ffmpeg/history - libavformat
Implement the iLBC storage file format
[ffmpeg] / libavformat /
2012-06-18 Martin StorsjöImplement the iLBC storage file format
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-18 Samuel Pitoisetrtmp: Don't send every flv packet in a separate HTTP...
2012-06-18 Martin Storsjörtsp: Send mode=record instead of mode=receive
2012-06-18 Martin Storsjörtpenc: Allow requesting H264 RTP packetization mode 0
2012-06-17 Samuel PitoisetRTMPT protocol support
2012-06-17 Martin Storsjöhttp: Properly handle chunked transfer-encoding for...
2012-06-17 Martin Storsjöhttp: Fail reading if the connection has gone away
2012-06-17 Martin Storsjöamr: Mark an array const
2012-06-17 Martin Storsjöamr: More space cleanup
2012-06-17 Martin Storsjörtpenc: Fix memory leaks in the muxer open function
2012-06-17 Martin Storsjöamr: Cosmetic cleanup
2012-06-17 Martin Storsjömov_chan: Fix operator precedence by adding parentheses
2012-06-17 Jordi Ortiztcp: Check the listen call
2012-06-16 Anton Khirnovflacdec: read attached pictures.
2012-06-16 Anton Khirnovlavf: don't segfault when a NULL filename is passed...
2012-06-15 Janne Grunausegment: remove unnecessary <strings.h> include
2012-06-14 Samuel Pitoisetrtmp: Read and handle incoming packets while writing...
2012-06-14 Martin Storsjörtpdec: Don't require frames to start with a Mode A...
2012-06-13 Samuel Pitoisetrtmp: Add a new option 'rtmp_buffer', for setting the...
2012-06-13 Samuel Pitoisetrtmp: Set the client buffer time to 3s instead of 0.26s
2012-06-13 Samuel Pitoisetrtmp: Handle server bandwidth packets
2012-06-13 Samuel Pitoisetrtmp: Display a verbose message when an unknown packet...
2012-06-13 Martin Storsjörtmp: Tokenize the AMF connection parameters manually...
2012-06-12 Samuel Pitoisetrtmp: Fix a possible access to invalid memory location...
2012-06-11 Samuel Pitoisetrtmp: Do not send extension for flv files
2012-06-11 Samuel Pitoisetrtmp: support connection parameters
2012-06-09 Mans Rullgardmov: set AVCodecContext.width/height for h264
2012-06-07 Alex Conversempegts: Remove disabled extension matching probe.
2012-06-05 Alex Converseavformat: Probe codecs at score 0 on buffer exhaustion...
2012-06-05 Alex Converseavformat: Factorize codec probing.
2012-06-05 Kostya ShishkovIndeo Audio decoder
2012-06-04 Alex Conversemovenc: Write chan atom for all audio tracks in mov...
2012-06-04 Jindřich Makovičkampegtsenc: use avio_open_dyn_buf(), zero pointers after...
2012-06-04 Anton Khirnovavidec: make scale and rate unsigned.
2012-06-03 Anton Khirnovlibrtmp: return AVERROR_UNKNOWN instead of -1.
2012-06-03 Anton Khirnovlibrtmp: don't abuse a variable for two unrelated things.
2012-06-03 Anton Khirnovlibrtmp: add rtmp_app and rtmp_playpath private options.
2012-06-03 Luca Barbatoflv: support stream text data as onTextData
2012-06-02 Jindrich Makovickampegtsenc: Support LATM packetization for AAC
2012-06-02 Jindrich Makovickaadtsenc: Don't expose the muxer internals to the rest...
2012-06-02 Jindrich Makovickampegtsenc: use AVFormatContext for AAC packetization
2012-06-02 Jindrich Makovickampegtsenc: use AVERROR() for return codes
2012-06-01 Martin Storsjöhttp: Add the url_shutdown function for https, too
2012-06-01 Martin Storsjöhttp: Simplify code by removing a local variable
2012-06-01 Martin Storsjöhttp: Clear the old URLContext pointer when closed
2012-05-31 Martin Storsjötcp: Try enabling SO_REUSEADDR when listening
2012-05-31 Martin Storsjötcp: Check the return values from bind and accept
2012-05-31 Oka Motofumiavisynth: Make sure the filename passed to avisynth...
2012-05-30 Samuel Pitoisethttp: Pass the proper return code of net IO operations
2012-05-30 Samuel Pitoisethttp: Add 'post_data', a new option which sets custom...
2012-05-30 Ronald S. Bultjemp3/ac3 probe: search for PES headers to prevent probin...
2012-05-28 Samuel Pitoisethttp: Add support for reusing the http socket for subse...
2012-05-28 Samuel Pitoisethttp: Add support for using persistent connections
2012-05-26 Martin Storsjörtsp: Check for dynamic payload handlers if no static...
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-26 Martin Storsjörtpenc_chain: Free the URLContext on failure
2012-05-26 Martin Storsjörtpenc: Expose the ssrc as an avoption
2012-05-25 Martin Storsjöcosmetics: Fix indentation
2012-05-25 Luca Barbatortmp: fix url parsing
2012-05-25 Alex Conversemovenc: Don't write the 'wave' atom or its child 'enda...
2012-05-24 Samuel Pitoisetrtmp: Pass the proper return code in rtmp_handshake
2012-05-24 Samuel Pitoisetrtmp: Check return codes of net IO operations
2012-05-23 Samuel Pitoisetrtmp: Return a proper error code instead of -1
2012-05-23 Samuel Pitoisetrtmp: Check malloc calls
2012-05-23 Samuel Pitoisetrtmp: Check ff_rtmp_packet_create calls
2012-05-23 Martin Storsjöflvdec: Make sure sample_rate is set to the updated...
2012-05-23 Dave Yeoos_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on...
2012-05-22 Samuel Pitoisethttp: Add support for reading http POST reply headers
2012-05-22 Samuel Pitoisethttp: Add http_shutdown() for ending writing of posts
2012-05-22 Samuel Pitoisettcp: Allow signalling end of reading/writing
2012-05-22 Samuel Pitoisetavio: Add a function for signalling end of reading...
2012-05-21 Diego BiurrunRemove libnut wrapper
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-05-20 Samuel Pitoisethttp: Factorize the code by adding http_read_header()
2012-05-19 Mans Rullgardlavf: change some (de)muxer names to lowercase
2012-05-19 Mans Rullgardlavf: make output format matching case insensitive
2012-05-18 Anton Khirnovmov: enable parsing for VC-1.
2012-05-17 Martin Storsjörtmp: Don't assume path points to a string of nonzero...
2012-05-15 Mans Rullgardlavf: add mdec to is_intra_only() list
2012-05-14 Mans Rullgardmtv: do not byteswap raw video in demuxer
2012-05-14 Diego Biurrungxfenc: remove disabled half-implemented MJPEG tag
2012-05-10 Samuel Pitoisetrtmp: Implement check bandwidth notification.
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_swfurl', an option which specifies...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_flashver', an option which override...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_tcurl', an option which overrides...
2012-05-09 Sean McGovernsctp: be consistent with socket option level
2012-05-09 Diego Biurrunmov: make one comment slightly more specific
2012-05-08 Luca Barbatosctp: Initial tcp-alike sctp support with streams
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Jordi Ortizrtsp: Add content-type message header parsing
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Anton Khirnovflvenc: use AVFormatContext, not AVCodecContext for...
2012-05-07 Diego Biurrunmov: Remove write-only variable in mov_read_chan().
2012-05-07 Anton Khirnovlavf: add missing '*' in a doxy.
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Janne Grunaumpegmux: add stuffing to avoid incomplete PCM frames
2012-05-06 Mans Rullgardrtsp: avoid const warnings from strtol() call
next