9670 Commits (81d4b3af81b52a79f11705ef02d3f48747047404)

Author SHA1 Message Date
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
Paul B Mahol 58700edb94 cdxl: correctly synchronize video timestamps to audio 13 years ago
Martin Storsjö 0c7b8b758a movenc: Buffer the mdat for the initial moov fragment, too 13 years ago
Martin Storsjö b70f04c261 flvdec: Ignore the index if the ignidx flag is set 13 years ago
Martin Storsjö 0a7ce3caa8 flvdec: Fix indentation 13 years ago
Martin Storsjö aa96d433e2 movdec: Don't parse all fragments if ignidx is set 13 years ago
Martin Storsjö 383a3b64cb movdec: Restart parsing root-level atoms at the right spot 13 years ago
Michael Niedermayer 92b5f71a7d lavf: Reimplement new seek API emulation 13 years ago
Michael Niedermayer e6380afa6a avidec: Reduce log level for out of index error message. 13 years ago
Alex Converse 0ad522afb3 mov: Add support for MPEG2 HDV 720p24 (hdv4) 13 years ago
Diego Biurrun 3f486e0dae img2: Use ff_guess_image2_codec(filename) shorthand where appropriate. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Aneesh Dogra 33510e86b1 gif: K&R formatting cosmetics 13 years ago
Martin Storsjö a5c50913a8 movdec: Adjust keyframe flagging in fragmented files 13 years ago
Justin Ruggles e9cda85351 avcodec: add duration field to AVCodecParserContext 13 years ago
Reimar Döffinger 016c7bb762 matroskadec: remove H.264 special-case that disabled header parsing. 13 years ago
Martin Storsjö a4f97be1a9 hls: Reset the AVIOContext when seeking 13 years ago
Panagiotis H.M. Issaris 2b3d041cdc applehttp: Do seeking within segments, too 13 years ago
Luca Barbato 6b8b0fe2bc doxy: remove reference to removed api 13 years ago