2280 Commits (4d8243d362c3b48ad0a7a562ce52a2b744a2b2c5)

Author SHA1 Message Date
Diego Pettenò 642d4a1a16 Remove parameter unused in format string. 18 years ago
Michael Niedermayer bc4efe42dd remove incorrect special case for audio 18 years ago
Michael Niedermayer 7e4baa66e0 fix indention 18 years ago
Michael Niedermayer d9e1efb7f8 reorder pts into dts support 18 years ago
Michael Niedermayer a7f7965a27 remove useless if() 18 years ago
Michael Niedermayer 14eb3345ba simplify 18 years ago
Michael Niedermayer 41c8a56a14 simplify 18 years ago
Michael Niedermayer e25f97313f remove silly video check, theres nothing video specific in there 18 years ago
Michael Niedermayer befe3b05d3 add a delay variable to hold the timestamp buffer size 18 years ago
Michael Niedermayer 741887cf3e remove special case for h.264 whatever this was supposed to do its not correct 18 years ago
Aurelien Jacobs 262e2bee24 disable pts reordering code and initialize a parser instead 18 years ago
Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 18 years ago
Kostya Shishkov 33a0dd378a DXA demuxer and decoder 18 years ago
Aurelien Jacobs 5ae4975c65 remove outdated comment 18 years ago
Aurelien Jacobs 2b1785b7cc remove no more needed parameters 18 years ago
Aurelien Jacobs 086b0ad8ca set pkt->duration for laced packets too 18 years ago
Aurelien Jacobs 9b54ab15e7 calculate pts for laced packets 18 years ago
Aurelien Jacobs 7fde6331a7 calculate default_duration for AAC tracks 18 years ago
Aurelien Jacobs 25f2b76fdb scale duration and default_duration 18 years ago
Aurelien Jacobs 916bf03a69 move timecode calculation out of laces loop 18 years ago
Baptiste Coudurier 3679f65946 remove wrong avid imx ntsc fourcc 18 years ago
Ronald S. Bultje ecb4a895b2 Properly initialize filesize during input buffer initialization. 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Baptiste Coudurier ea486ab3be remove codec_info_duration/nb_frames from AVStream 18 years ago
Aurelien Jacobs ded669f836 cosmetic: indent after last commit 18 years ago
Aurelien Jacobs ac9073c926 reorder pts of packets from tracks using V_MPEG* codecs 18 years ago
Aurelien Jacobs 3d20538d07 revert r7181 18 years ago
Aurelien Jacobs 6bed20f45a check if current block contains a B frame and gives this info to parse_block() 18 years ago
Aurelien Jacobs 4d41f3eea0 extract ebml_read_binary() out of matroska_parse_block() 18 years ago
Aurelien Jacobs 12f3278dc5 reindent after last commit 18 years ago
Aurelien Jacobs 0fb7a2b9bf parse clusters until some packets are queued 18 years ago
Aurelien Jacobs 0f3bd8ce1b fix a stupid bug in ebml_read_sint() 18 years ago
Aurelien Jacobs 912c94f3ff use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() 18 years ago
Michael Niedermayer 09d9672ad6 fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea 18 years ago
Michael Niedermayer e1315fb160 some url_is_streamed()==1 related fixes 18 years ago
Michael Niedermayer 755c18ae5d fix demuxing of broken MVI_3011.avi 18 years ago
Oded Shimon 1017fafb20 remove usage of deprecated functions in libnut.c (codec_get_id/tag) 18 years ago
Oded Shimon 0020596f92 Add doxygen file header to libnut.c 18 years ago
Michael Niedermayer 140fba0985 jpeg fourcc 18 years ago
Baptiste Coudurier dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
Baptiste Coudurier b912ef3fc9 fix pts handling 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Alex Beregszaszi 3caa0d9343 move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable 18 years ago
Alex Beregszaszi 031311cbd1 workaround for broken flvtoolized files 18 years ago
Diego Biurrun 9ff85412ad Fix UNKOWN --> UNKNOWN typo 18 years ago
Alex Beregszaszi fd9a71acaa simplification 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Alex Beregszaszi 73d6ca4fee 10l, audio_fifo is a static array 18 years ago
Alex Beregszaszi 7b19aa64dc handle http error codes 18 years ago