10733 Commits (21eafa18e6e0768e806eb40cbeb1e80eecbc1257)

Author SHA1 Message Date
anonymous 388243bb27 udp: do not call pthread_{mutex,cond}_destroy when not initialized. 13 years ago
Michael Niedermayer 7bf16ec300 mpc8: fix pts 13 years ago
Michael Niedermayer e4b53d995c mov: dont clip timestamps at 0 13 years ago
Piotr Bandurski 68f4156f44 movenv: fix remuxing of qdm2 13 years ago
Piotr Bandurski 1b72a7e8a9 aiffenc: fix remuxing of qdm2 13 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 13 years ago
Piotr Bandurski 5d2f89a23c movenc: fix remuxing of svq3 13 years ago
Reimar Döffinger 69aeba1396 oggdec: Initialize stream index to -1 in ogg_packet. 13 years ago
Reimar Döffinger a4163b2d65 oggdec: simplify start time calculation code. 13 years ago
Moritz Bunkus fe40dc1cec matroskaenc: Implement support for ALAC 13 years ago
Michael Niedermayer c30f53e4d8 matroskadec: prevent potential integer overflow 13 years ago
Moritz Bunkus bc3b422029 matroskadec: Implement support for ALAC 13 years ago
Philip Langdale 3eb56e8434 movenc: Fix unfreed memory found by valgrind. 13 years ago
Stefano Sabatini 9bece76009 lavf/img2dec: add start_number_range option 13 years ago
Michael Niedermayer 9e1c55cfde oggdec: check stream index before using it in ogg_get_length() 13 years ago
Stefano Sabatini b0d23ae208 lavf/img2doc: document options 13 years ago
Stefano Sabatini b5c7318bd7 lavf/img2dec: improve error logging in case of find_image_range() failure 13 years ago
Stefano Sabatini 2dfee8abf1 lavf/img2dec: sort options by name 13 years ago
Stefano Sabatini 48c1d1d3fa lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_range 13 years ago
Stefano Sabatini 07ef7b1a30 lavf/img2dec: fix out-of-range check in find_image_range() 13 years ago
Stefano Sabatini 59e4e40673 lavf/img2dec: doxygen find_image_range() function 13 years ago
Stefano Sabatini e408e329d2 lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index" 13 years ago
Stefano Sabatini a30e776ff1 lavf/img2dec: fix weird start_number count logic 13 years ago
Philip Langdale 7b24be557f avformat/srtdec: Write duration into packet from srt demuxer. 13 years ago
Philip Langdale 18175ca9b2 movenc: Handle need for extra packets to express subtitle duration. 13 years ago
Michael Niedermayer 759901f817 mpegdemux: support MLP/AOB 13 years ago
Michael Niedermayer ce7cf600be mpegdemux: move private stream 1 handling out of mpegps_read_pes_header 13 years ago
Michael Niedermayer afa6afcc9f mpegdemux: remove redundant dvd audio code 13 years ago
Michael Niedermayer 3e1cf49676 compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been estimated. 13 years ago
Michael Niedermayer 2107009e7d lavf: move nb_decoded_frames out of info. 13 years ago
Michael Niedermayer b288b4c63f has_decode_delay_been_guessed: adjust value for has_b_frames=0 13 years ago
Michael Niedermayer c91ca5b95d lavf: move has_decode_delay_been_guessed() up to make it accessible to earlier functions 13 years ago
Michael Niedermayer 668c873bed matroskadec: check element size against stream limit in ebml_parse_elem() 13 years ago
Paul B Mahol d84dd35f8e paf: fix audio packet duration 13 years ago
Michael Niedermayer 231ffb9243 flvdec: follow packets backward until a valid last timestamp is found 13 years ago
Michael Niedermayer 71a5cd7dbc flvdec: perform duration search just once 13 years ago
Clément Bœsch bc42682749 lavf/movenc: fix invalid free with timecode meta and tmcd data copy. 13 years ago
Michael Niedermayer 31d8261cde mpegprobe: fix misdetection of mp3 13 years ago
Alex Rønne Petersen 150adea6da rtmppkt: Add missing libavcodec/bytestream.h include. 13 years ago
Kifayat ullah 32aeba1275 mpegtsenc: Fix AC3 Sound issue with Blu-ray Players. 13 years ago
Nicolas George 93d428953c assdec: return EOF instead of EIO. 13 years ago
Jordi Ortiz 50468f93e3 rtmp: add functions for reading AMF values 13 years ago
Derek Buitenhuis 45eaac02cb Canopus Lossless decoder 13 years ago
Derek Buitenhuis 91c86d3cf8 Canopus Lossless decoder 13 years ago
Nicolas George ff2955a4f7 apetag: return value when required. 13 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 13 years ago
Carl Eugen Hoyos d1ebb25ac6 Skip chan tag padding. 13 years ago
Paul B Mahol c36bad3b89 xvma: remove unused variable 13 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 13 years ago
Anton Khirnov 921063877e apetag: change a forgotten return to return 0 13 years ago