summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-013-12/+108
* dxa: set audio stream time base using the sample rateJustin Ruggles2012-02-291-0/+2
* psx-str: do not allow seeking by bytesJustin Ruggles2012-02-291-0/+1
* asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles2012-02-291-20/+0
* vqf: set packet parameters after av_new_packet()Justin Ruggles2012-02-291-3/+3
* rtpenc: Fix setting the max packet sizeMartin Storsjö2012-02-291-1/+1
* Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov2012-02-291-1/+1
* mp3enc: write attached pictures (APIC).Anton Khirnov2012-02-291-7/+113
* mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov2012-02-291-45/+49
* id3v2enc: add a function for writing attached pictures.Anton Khirnov2012-02-292-9/+87
* id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov2012-02-291-11/+15
* id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-294-26/+68
* id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov2012-02-291-7/+7
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-294-15/+5
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-293-1/+48
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-292-18/+44
* id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-292-0/+125
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-292-5/+6
* swfdec: do not set codec timebase.Anton Khirnov2012-02-291-2/+0
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-3/+4
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-292-4/+0
* asf: don't seek back on EOF.Ronald S. Bultje2012-02-281-1/+1
* asf: error out on ridiculously large minpktsize values.Ronald S. Bultje2012-02-281-1/+5
* oma: don't read beyond end of leaf_table.Ronald S. Bultje2012-02-281-1/+1
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-283-7/+2
* segment: implement wrap aroundLuca Barbato2012-02-281-2/+6
* avf: reorder AVStream and AVFormatContextLuca Barbato2012-02-281-34/+38
* flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer2012-02-271-12/+0
* flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-271-3/+52
* rtsp: Handle requests from server to clientTommy Winther2012-02-271-5/+53
* movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-271-5/+20
* movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-271-1/+1
* movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-271-11/+18
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-261-11/+0
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-261-7/+0
* rawdec: set timebase to 1/fps.Anton Khirnov2012-02-261-1/+1
* matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje2012-02-251-5/+8
* lavf: move the packet keyframe setting code.Anton Khirnov2012-02-241-8/+4
* oggenc: free comment header for all codecsJustin Ruggles2012-02-241-2/+2
* lavf/output-example: use new audio encoding API correctly.Anton Khirnov2012-02-241-29/+15
* lavf/output-example: more proper usage of the new API.Anton Khirnov2012-02-241-24/+20
* apetag: do not leak memory if avio_read() failsPaul B Mahol2012-02-231-1/+3
* apetag: propagate errors.Ronald S. Bultje2012-02-231-0/+2
* swf: check return values for av_get/new_packet().Ronald S. Bultje2012-02-231-5/+9
* rtpenc: Expose the max packet size via an avoptionMartin Storsjö2012-02-231-1/+7
* rtpenc: Move max_packet_size to a context variableMartin Storsjö2012-02-232-6/+7
* rtpenc: Add an option for not sending RTCP packetsMartin Storsjö2012-02-232-2/+5
* rtpenc: Add an error messageMartin Storsjö2012-02-231-2/+4
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-237-4/+126
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-234-4/+4
OpenPOWER on IntegriCloud