229 Commits (a00c4b4db044b54296af14eeffe7989ac67e4197)

Author SHA1 Message Date
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Michael Niedermayer fe6767f849 asfdec: fix integer overflow in packet_replic_size check 12 years ago
Diego Biurrun e817d9139f asfdec: Fix printf format string length modifier 12 years ago
Michael Niedermayer 80aa89bdff asfdec: check extradata size before alloc and read 12 years ago
Michael Niedermayer b7280cff9a asfdec: check stream_index for validity 12 years ago
Michael Niedermayer e5927910c2 asfdec: flip the interpretation of the header aspect back 12 years ago
Michael Niedermayer 343c73e252 asfdec: parse aspect ratio payload extension 12 years ago
Michael Niedermayer 8c93269e42 asfdec: correctly parse payload extensions 12 years ago
Michael Niedermayer 2d8c76eb1f asfdec: parse payload extension list 12 years ago
Michael Niedermayer ed68085104 asfdec: fixed signedness in comparission 12 years ago
Anton Khirnov 292a08cbab asfdec: cosmetics, reformat ff_asf_parse_packet() 12 years ago
Michael Niedermayer d8f27eceaa asfdec: ignore stored duration for truncated files 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Michael Niedermayer 2de8877689 asfdec: invert SAR 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer e47d979cab asfdec: ignore too tiny indexes 12 years ago
Michael Niedermayer 7d23a65f0d asfdec: fix FRAME_HEADER_SIZE 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Anton Khirnov 5e745cefc0 asfdec: read attached pictures. 13 years ago
Martin T. H. Sandsmark a5c1a0c070 asfdec: fix returned error codes 13 years ago
Martin Storsjö 75b7feaeb4 asfdec: Add an option for not searching for the packet markers 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Michael Niedermayer b61e596a14 asf: remove duplicated index_guid 13 years ago
Ronald S. Bultje 44257ef426 asf: only set index_read if the index contained entries. 13 years ago
Ronald S. Bultje e73c6aaabf asf: reset side data elements on packet copy. 13 years ago
Justin Ruggles bdbf1fa405 asfdec: Do not set AVCodecContext.frame_size 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 41afac7f7a asf: prevent packet_size_left from going negative if hdrlen > pktlen. 13 years ago
Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Reimar Döffinger 6003ec880b asfdec: Move variable declarations into the blocks they are used in. 13 years ago
Michael Niedermayer 0d4404ed65 asfdec: fix endless loop on EOF 13 years ago
Justin Ruggles e9dc920127 asfdec: add side data to ASFStream packet instead of output packet. 13 years ago
John Stebbins b88eb87630 asf: use packet dts as approximation of pts 13 years ago
Luca Barbato 73f027c17b asf: do not call av_read_frame 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Michael Niedermayer 53cb0de25b asfdec: mark only ts1 as av_unused 13 years ago
Michael Niedermayer 6760bd0a19 asfdec: avoid unused variable warning. 13 years ago
Michael Niedermayer ba7f18876c asfdec: use dts for seeking. 13 years ago
Michael Niedermayer bb4eabacea asfdec: restore timestamp reading code 13 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Michael Niedermayer 60fcc19bff asfdec: Check packet_replic_size earlier 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Michael Niedermayer 2eaa55375b asf: export all the DRM stuff, some of it are human readable strings. 13 years ago