8546 Commits (dba5b06ead6bbec8fd1207d778240188182c8361)

Author SHA1 Message Date
Justin Ruggles bdbf1fa405 asfdec: Do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 4bf6775e9d vqf: set packet parameters after av_new_packet() 13 years ago
Martin Storsjö 07ec1f2140 rtpenc: Fix setting the max packet size 13 years ago
Anton Khirnov 322537478b Add a minor bump, changelog/APIchanges entry and some documentation for APIC support. 13 years ago
Anton Khirnov 2dfea12058 mp3enc: write attached pictures (APIC). 13 years ago
Anton Khirnov c68148b1ea mp3enc: move mp3_write_xing() further up in the file. 13 years ago
Anton Khirnov ba445f5557 id3v2enc: add a function for writing attached pictures. 13 years ago
Anton Khirnov 24fe1a3b16 id3v2enc: fix writing frame sizes for ID3v2.3 13 years ago
Anton Khirnov 411225aabc id3v2enc: split ff_id3v2_write(). 13 years ago
Anton Khirnov c199817748 id3v2enc: make id3v2_put_size take only an AVIOContext. 13 years ago
Anton Khirnov 393fd0d89e id3v2: remove unused ff_id3v2_read(). 13 years ago
Anton Khirnov 079ea6ca5f lavf: export id3v2 attached pictures as streams. 13 years ago
Anton Khirnov dd2a4bcfd7 lavf: generic code for exporting attached pictures. 13 years ago
Anton Khirnov a93b09cb45 id3v2: read attached pictures and export them in ID3v2ExtraMeta. 13 years ago
Anton Khirnov b73ad74660 lavf: move CodecMime from matroska.h to internal.h 13 years ago
Anton Khirnov eaea76d72c swfdec: do not set codec timebase. 13 years ago
Anton Khirnov 4f07f8196c lavc: deprecate AVCodecContext.color_table_id. 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Ronald S. Bultje bb6d5411e1 asf: don't seek back on EOF. 13 years ago
Ronald S. Bultje 6e57a02b9f asf: error out on ridiculously large minpktsize values. 13 years ago
Ronald S. Bultje 934cd18a43 oma: don't read beyond end of leaf_table. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Luca Barbato 0c1759ac4b segment: implement wrap around 13 years ago
Luca Barbato ee42df8a35 avf: reorder AVStream and AVFormatContext 13 years ago
Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago
Martin Storsjö 7e297a46db flvdec: Validate index entries added from metadata while reading 13 years ago
Tommy Winther 1a6b9a98ce rtsp: Handle requests from server to client 13 years ago
Justin Ruggles f234e8a32e movenc: use timestamps instead of frame_size for samples-per-packet 13 years ago
Justin Ruggles f3dab5fb6d movenc: use the first cluster duration as the tfhd default duration 13 years ago
Justin Ruggles 681d17264f movenc: factorize calculation of cluster duration into a separate function 13 years ago
Anton Khirnov 7929e22bde lavf: don't guess r_frame_rate from either stream or codec timebase. 13 years ago
Anton Khirnov d3783f47ee lavf: don't set codec timebase in avformat_find_stream_info(). 13 years ago
Anton Khirnov 87d7a92b62 rawdec: set timebase to 1/fps. 13 years ago
Ronald S. Bultje cd40c31ee9 matroska: don't overwrite string values until read/alloc was succesful. 13 years ago
Anton Khirnov 655b24c01c lavf: move the packet keyframe setting code. 13 years ago
Justin Ruggles 9677247b0a oggenc: free comment header for all codecs 13 years ago
Anton Khirnov 5ff42e3138 lavf/output-example: use new audio encoding API correctly. 13 years ago
Anton Khirnov 6e9ed7c7ae lavf/output-example: more proper usage of the new API. 13 years ago
Paul B Mahol 14c98973f5 apetag: do not leak memory if avio_read() fails 13 years ago
Ronald S. Bultje 6d11057006 apetag: propagate errors. 13 years ago
Ronald S. Bultje 31632e73f4 swf: check return values for av_get/new_packet(). 13 years ago
Martin Storsjö ba605cef79 rtpenc: Expose the max packet size via an avoption 13 years ago
Martin Storsjö f553462041 rtpenc: Move max_packet_size to a context variable 13 years ago
Martin Storsjö 7337484ed2 rtpenc: Add an option for not sending RTCP packets 13 years ago
Martin Storsjö ada4e362b9 rtpenc: Add an error message 13 years ago
Martin Storsjö c4584f3c1f rtpenc: Allow packetizing H263 according to the old RFC 2190 13 years ago
Martin Storsjö c2ff63e3ac rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS 13 years ago
Justin Ruggles 3798205a77 mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
Paul B Mahol 15b4b505c2 img2: split muxer and demuxer into separate files 13 years ago
Ronald S. Bultje aac07a7a4c rm: prevent infinite loops for index parsing. 13 years ago