9743 Commits (f49cb8e669d9ee3ec97ec7ffa3532c4a6bee3cd0)

Author SHA1 Message Date
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
Philip de Nier 34210e8df1 mxfdec: set pixel format for cdci picture formats 13 years ago
Philip de Nier c2d11a8b86 mxfdec: detect uncomp pictures using essence container ul 13 years ago
Philip de Nier 51d632cc8f mxf: add uncompressed 422 8-bit rawvideo label 13 years ago
Philip de Nier 3592bd509c mxfdec: set track edit rate num/den in expected order 13 years ago
Philip de Nier 627cd3841b mxf: fix v210 label matching len 13 years ago
Michael Niedermayer 4f5d1468f5 omadec: Fix wrong number of array elements. 13 years ago
Philip de Nier 539a8469ae add v210 to intra only list to allow "-vcodec copy" 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 8b1cd25ca7 pmpdec: Check for zero audio packets. 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
Reimar Döffinger d7804de351 cdxl demux: do not create packets with uninitialized data at EOF. 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
Michael Niedermayer 418403662b rmdec: fix "warning: format %d expects argument of type int, but argument 7 has type int64_t" 13 years ago
Michael Niedermayer 4dbdd3ec6f mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this function" 13 years ago
Michael Niedermayer 1e44dda825 flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not used" 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
Michael Niedermayer 29a8f6b8d4 udp: Fix sign of error codes. 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
Nicolas George b6ff81d63b sbgdec: read_seek was undeprecated. 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
Compn b18c27def8 riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec. 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
Alex Converse b142496c56 mov: Add more HDV and XDCAM FourCCs. 13 years ago
Anton Khirnov 0584e3ca97 lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). 13 years ago
Ronald S. Bultje e30b3e59a4 rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. 13 years ago