8695 Commits (e6153f173a49e5bfa70b0c04d2f82930533597b9)

Author SHA1 Message Date
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Anton Khirnov 0a3ad7ff80 flvenc: use AVFormatContext, not AVCodecContext for logging. 13 years ago
Diego Biurrun 455245ca8a mov: Remove write-only variable in mov_read_chan(). 13 years ago
Anton Khirnov 1432c1c429 lavf: add missing '*' in a doxy. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 13 years ago
Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 13 years ago
Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 13 years ago
Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 13 years ago
Martin Storsjö 48666c2bd6 rtpdec_h264: Cleanup debug packet type counting 13 years ago
Martin Storsjö 0b3ac9fe05 rtpdec_h264: Cosmetic cleanup 13 years ago
Martin Storsjö f3d471f45f rtpdec_h264: Clean up comments 13 years ago
Martin Storsjö dee48d095d rtpdec_h264: Convert commented out code into setting an unused variable 13 years ago
Martin Storsjö 44f99fe0f5 rtpdec_h264: Remove a useless ifdef 13 years ago
Martin Storsjö 8d43b8b8e8 rtpdec_h264: Remove outdated/useless/incorrect comments 13 years ago
Martin Storsjö 5a571d3241 rtpdec_h264: Remove useless memory corruption checks 13 years ago
Martin Storsjö b7b7354c33 rtpdec_h264: Return proper error codes 13 years ago
Martin Storsjö 5245adb963 rtpdec_h264: Check the available data length before reading 13 years ago
Ivan Kovtunov de26a4b699 rtpdec_h264: Add input size checks 13 years ago
Ronald S. Bultje 273e6af47b ea: check chunk_size for validity. 13 years ago
Justin Ruggles e5356ebf22 cosmetics: indentation 13 years ago
Justin Ruggles 8916f1fbcb avformat: only fill-in interpolated timestamps if duration is non-zero 13 years ago
Justin Ruggles ff499157a1 avformat: remove a workaround for broken timestamps 13 years ago
Joakim Plate 68b9ed8391 mpegts: Some additional HDMV types and reg descriptors for mpegts 13 years ago
Luca Barbato 0ca4642ec5 mkv: mark corrupted packets and return them 13 years ago
Luca Barbato 721af294d9 mkv: forward EMBL block data error 13 years ago
Luca Barbato 3b52e9da10 segment: reorder seg_write_header allocation 13 years ago
Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 13 years ago
Yusuke Nakamura 546adc1fee mov: Parse EC3SpecificBox (dec3 atom). 13 years ago
Martin Storsjö df8aa4598c mpegts: Make sure we don't return uninitialized packets 13 years ago
Hendrik Leppkes 949d942eef mov: support eac3 audio 13 years ago
Luca Barbato 8b97ae6484 avf: fix faulty check in has_duration 13 years ago
Yusuke Nakamura 462a5b7839 isom: Support more DTS codec identifiers. 13 years ago
Dale Curtis 7521c4bab2 matroska: Clear prev_pkt between seeks. 13 years ago
Michael Niedermayer 0ca4414d0f audemux: Add a sanity check for the number of channels 13 years ago
Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters. 13 years ago
Martin Storsjö 269cb6751b mpegts: Try seeking back even for nonseekable protocols 13 years ago
Yusuke Nakamura 94c9bf8887 mov: Treat keyframe indexes as 1-origin if starting at non-zero. 13 years ago
Yusuke Nakamura ba9869311f mov: Take stps entries into consideration also about key_off. 13 years ago
Alex Converse dc878b96a7 movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 13 years ago
Mans Rullgard 9d72c0527c nutdec: add malloc check and fix const to non-const conversion warnings 13 years ago
Mans Rullgard 3c58300269 matroska: do not set invalid default duration if frame rate is zero 13 years ago
Luca Barbato ac97d47d9b mkv: use av_reduce instead of av_d2q for framerate estimation 13 years ago
Luca Barbato 204bcdf56c mkv: report average framerate as minimal as well 13 years ago
Justin Ruggles 8099fc763b riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE header 13 years ago