]> git.sesse.net Git - ffmpeg/history - libavformat
configure: Change the rdtsc check to a linker check
[ffmpeg] / libavformat /
2012-07-09 Anton Khirnovmatroskadec: honor error_recognition when encountering...
2012-07-07 Anton Khirnovid3v2: add a mimetype for bmp pictures.
2012-07-07 Anton Khirnovflacdec: be less strict when parsing attached pictures.
2012-07-07 Anton Khirnovflacdec: don't create an attached picture stream until...
2012-07-07 Ronald S. Bultjemxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof...
2012-07-05 Martin Storsjöflvdec: Treat all nellymoser versions as the same codec
2012-07-05 Luca Barbatoflvdec: optionally trust the metadata
2012-07-04 Ronald S. Bultjemov: use forward declaration of a function instead...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Luca Barbatoflvdec: initial stream switch support
2012-07-02 Anton Khirnovasfdec: read attached pictures.
2012-07-02 Anton Khirnovapetag: reindent
2012-07-02 Anton Khirnovapetag: export attached covers as video streams.
2012-07-02 Anton Khirnovapetag: fix the amount of data read from binary tags.
2012-07-02 Anton Khirnovapetag: make sure avio_get_str() doesn't read more...
2012-07-02 Anton Khirnovmov: read itunes cover art.
2012-07-02 Kostya ShishkovMS ATC Screen (aka MSS3) decoder
2012-06-30 Ronald S. Bultjeos_support: Add fallback definitions for stat flags
2012-06-30 Martin Storsjöos_support: Rename the poll fallback function to ff_poll
2012-06-30 Martin Storsjönetwork: Check for struct pollfd
2012-06-30 Martin Storsjöos_support: Don't compare a negative number against...
2012-06-30 Ronald S. Bultjeos_support: Include all the necessary headers for the...
2012-06-29 Ronald S. Bultjefile: Only include unistd.h if it exists
2012-06-29 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-28 Luca Barbatoflvenc: K&R formatting cosmetics
2012-06-27 Alex Conversemovenc: Add channel layouts for PCM.
2012-06-27 Martin Storsjöudp: Support IGMPv3 source specific multicast and sourc...
2012-06-27 Jordi Ortiztcp: Pass NULL as hostname to getaddrinfo if the string...
2012-06-27 Jordi Ortiztcp: Set AI_PASSIVE when the socket will be used for...
2012-06-26 Anton Khirnovmpc8: read APE tags.
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-06-26 Ronald S. Bultjeconfigure: Check for sys/time.h
2012-06-26 Martin Storsjönetwork: Include unistd.h from network.h
2012-06-26 Carl Eugen Hoyosmov: do not try to read total disc/track number if...
2012-06-25 Martin Storsjöwtv: Check the return value from gmtime
2012-06-24 Anton Khirnovape: create audio stream before reading tags.
2012-06-24 Anton Khirnovmov: make a length variable larger.
2012-06-24 Mashiat Sarker Sha... image2: Add "start_number" private option to the demuxer
2012-06-24 Mashiat Sarker Sha... image2: Add "start_number" private option to the muxer
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-21 Mans Rullgardlavf: include libavutil/time.h instead of redeclaring...
2012-06-21 Ronald S. Bultjelavf: Make codec_tag arrays constant
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-20 Kostya ShishkovMS Screen 1 decoder
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Ronald S. Bultjemov: fix operator precedence bug
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-06-19 Martin Storsjöudp: Properly check for invalid sockets
2012-06-19 Martin Storsjötcp: Check the return value from getsockopt
2012-06-19 Martin Storsjönetwork: Use av_strerror for getting error messages
2012-06-19 Martin Storsjöudp: Properly print error from getnameinfo
2012-06-19 Martin Storsjömmst: Use AVUNERROR() to convert error codes to the...
2012-06-19 Martin Storsjönetwork: Pass pointers of the right type to get/setsock...
2012-06-19 Samuel Pitoisetrtmp: Reduce the number of idle posts sent by sleeping...
2012-06-19 Ronald S. Bultjeflvdec: remove incomplete, disabled seeking code
2012-06-19 Ronald S. Bultjehttp: replace atoll() with strtoll()
2012-06-18 Ronald S. Bultjempegts: remove unused/incomplete/broken seeking code
2012-06-18 Martin Storsjörtpenc: Support packetizing iLBC
2012-06-18 Martin Storsjörtpdec: Add a depacketizer for iLBC
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.
next