]> git.sesse.net Git - ffmpeg/history - libavformat
avpacket: Add a function for shrinking already allocated side data
[ffmpeg] / libavformat /
2012-02-29 Justin Rugglesdxa: set audio stream time base using the sample rate
2012-02-29 Justin Rugglespsx-str: do not allow seeking by bytes
2012-02-29 Justin Rugglesasfdec: Do not set AVCodecContext.frame_size
2012-02-29 Justin Rugglesvqf: set packet parameters after av_new_packet()
2012-02-29 Martin Storsjörtpenc: Fix setting the max packet size
2012-02-29 Anton KhirnovAdd a minor bump, changelog/APIchanges entry and some...
2012-02-29 Anton Khirnovmp3enc: write attached pictures (APIC).
2012-02-29 Anton Khirnovmp3enc: move mp3_write_xing() further up in the file.
2012-02-29 Anton Khirnovid3v2enc: add a function for writing attached pictures.
2012-02-29 Anton Khirnovid3v2enc: fix writing frame sizes for ID3v2.3
2012-02-29 Anton Khirnovid3v2enc: split ff_id3v2_write().
2012-02-29 Anton Khirnovid3v2enc: make id3v2_put_size take only an AVIOContext.
2012-02-29 Anton Khirnovid3v2: remove unused ff_id3v2_read().
2012-02-29 Anton Khirnovlavf: export id3v2 attached pictures as streams.
2012-02-29 Anton Khirnovlavf: generic code for exporting attached pictures.
2012-02-29 Anton Khirnovid3v2: read attached pictures and export them in ID3v2E...
2012-02-29 Anton Khirnovlavf: move CodecMime from matroska.h to internal.h
2012-02-29 Anton Khirnovswfdec: do not set codec timebase.
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-29 Anton Khirnovmpegvideo_enc: add chroma/luma_elim_threshold private...
2012-02-29 Ronald S. Bultjeasf: don't seek back on EOF.
2012-02-28 Ronald S. Bultjeasf: error out on ridiculously large minpktsize values.
2012-02-28 Ronald S. Bultjeoma: don't read beyond end of leaf_table.
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-02-28 Luca Barbatosegment: implement wrap around
2012-02-28 Luca Barbatoavf: reorder AVStream and AVFormatContext
2012-02-27 Michael Niedermayerflvdec: Remove the now redundant check for known broken...
2012-02-27 Martin Storsjöflvdec: Validate index entries added from metadata...
2012-02-27 Tommy Wintherrtsp: Handle requests from server to client
2012-02-27 Justin Rugglesmovenc: use timestamps instead of frame_size for sample...
2012-02-27 Justin Rugglesmovenc: use the first cluster duration as the tfhd...
2012-02-27 Justin Rugglesmovenc: factorize calculation of cluster duration into...
2012-02-26 Anton Khirnovlavf: don't guess r_frame_rate from either stream or...
2012-02-26 Anton Khirnovlavf: don't set codec timebase in avformat_find_stream_...
2012-02-26 Anton Khirnovrawdec: set timebase to 1/fps.
2012-02-25 Ronald S. Bultjematroska: don't overwrite string values until read...
2012-02-24 Anton Khirnovlavf: move the packet keyframe setting code.
2012-02-24 Justin Rugglesoggenc: free comment header for all codecs
2012-02-24 Anton Khirnovlavf/output-example: use new audio encoding API correctly.
2012-02-24 Anton Khirnovlavf/output-example: more proper usage of the new API.
2012-02-24 Paul B Maholapetag: do not leak memory if avio_read() fails
2012-02-23 Ronald S. Bultjeapetag: propagate errors.
2012-02-23 Ronald S. Bultjeswf: check return values for av_get/new_packet().
2012-02-23 Martin Storsjörtpenc: Expose the max packet size via an avoption
2012-02-23 Martin Storsjörtpenc: Move max_packet_size to a context variable
2012-02-23 Martin Storsjörtpenc: Add an option for not sending RTCP packets
2012-02-23 Martin Storsjörtpenc: Add an error message
2012-02-23 Martin Storsjörtpenc: Allow packetizing H263 according to the old...
2012-02-23 Martin Storsjörtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2012-02-22 Paul B Maholimg2: split muxer and demuxer into separate files
2012-02-22 Ronald S. Bultjerm: prevent infinite loops for index parsing.
2012-02-22 Alex Conversemov: Add more HDV and XDCAM FourCCs.
2012-02-22 Anton Khirnovlavf: don't set AVCodecContext.has_b_frames in compute_...
2012-02-22 Ronald S. Bultjermdec: when using INT4 deinterleaving, error out if...
2012-02-22 Paul B Maholcdxl: correctly synchronize video timestamps to audio
2012-02-22 Martin Storsjömovenc: Buffer the mdat for the initial moov fragment...
2012-02-22 Martin Storsjöflvdec: Ignore the index if the ignidx flag is set
2012-02-22 Martin Storsjöflvdec: Fix indentation
2012-02-22 Martin Storsjömovdec: Don't parse all fragments if ignidx is set
2012-02-22 Martin Storsjömovdec: Restart parsing root-level atoms at the right...
2012-02-21 Alex Conversemov: Add support for MPEG2 HDV 720p24 (hdv4)
2012-02-21 Diego Biurrunimg2: Use ff_guess_image2_codec(filename) shorthand...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-21 Aneesh Dogragif: K&R formatting cosmetics
2012-02-21 Martin Storsjömovdec: Adjust keyframe flagging in fragmented files
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-20 Martin Storsjöhls: Reset the AVIOContext when seeking
2012-02-19 Panagiotis H.M.... applehttp: Do seeking within segments, too
2012-02-19 Luca Barbatodoxy: remove reference to removed api
2012-02-19 Luca Barbatoexamples: unbreak compilation
2012-02-18 Martin Storsjömov: Use defines for sample flags in fragments
2012-02-18 Martin Storsjömov: Use defines for trun flags
2012-02-18 Martin Storsjömov: Use defines for tfhd flags
2012-02-18 Ronald S. Bultjeasf: prevent packet_size_left from going negative if...
2012-02-18 Martin Storsjörtpdec: Identify incorrectly signalled H263
2012-02-17 Ronald S. Bultjeaiff: don't skip block_align==0 check on COMM-after...
2012-02-17 Martin Storsjömovenc: Write the unknown duration as 64 bit fields...
2012-02-17 Martin Storsjömovenc: Write track durations with all bits set if...
2012-02-17 Aneesh Dograavcodec: add a Sun Rasterfile encoder
2012-02-17 Paul B Maholcdxl: fix audio for some samples
2012-02-17 Paul B Maholapetag: add proper support for binary tags
2012-02-16 Martin Storsjömovenc: Don't set a default sample duration when creati...
2012-02-16 Martin Storsjörtp: Factorize the check for distinguishing RTCP packet...
2012-02-16 Justin Rugglesbethsoftvid: synchronize video timestamps with audio...
2012-02-16 Justin Rugglesbethsoftvid: add audio stream only after getting the...
2012-02-16 Justin Rugglesbethsoftvid: Set video packet duration instead of accum...
2012-02-16 Justin Rugglesbethsoftvid: set packet key frame flag for audio and...
2012-02-16 Justin Rugglesbethsoftvid: fix read_packet() return codes.
2012-02-16 Justin Rugglesbethsoftvid: pass palette in side data instead of in...
2012-02-16 Martin Storsjösdp: Ignore RTCP packets when autodetecting RTP streams
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-15 Martin Storsjörtsp: Make rtsp_demuxer_class static
2012-02-14 Paul B MaholCDXL demuxer and decoder
2012-02-14 Alex Conversehls: Re-add legacy applehttp name to preserve interface...
2012-02-14 Martin Storsjöhlsproto: Rename the functions and context
2012-02-14 Martin Storsjöhlsproto: Encourage users to try the hls demuxer instea...
2012-02-14 Martin Storsjölibavformat: Rename the applehttp protocol to hls
2012-02-14 Martin Storsjöhls: Rename the functions and context
2012-02-14 Martin Storsjölibavformat: Rename the applehttp demuxer to hls
next