1942 Commits (ca6940f871c2b8fdd056407f7928659d42c6d1b0)

Author SHA1 Message Date
David Conrad 8076609a40 The NSV demuxer assumes that a video frame's timestamp increases by one on each 18 years ago
Wolfram Gloger df7625ed62 av_estimate_timings_from_pts() flushes the packet queue but doesn't 18 years ago
Baptiste Coudurier e14f79ed37 cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame 18 years ago
Baptiste Coudurier 638fd2fce7 cosmetics 18 years ago
Baptiste Coudurier 2d2432b738 set audio frame size based on stts 18 years ago
Baptiste Coudurier 4278662d45 treat frame_size > 1 as compressed audio 18 years ago
Michael Niedermayer 028d6f3e71 revert r8428, the check was not that useless 18 years ago
Michael Niedermayer a843d1ff32 i think this is more correct 18 years ago
Luca Barbato bd03c380ce expose av_base64_decode and av_base64_encode 18 years ago
Clemens Ladisch 559fd1e795 fix end-of-file detection 18 years ago
Baptiste Coudurier c06136e024 add dnxhd fourcc 18 years ago
Justin Ruggles f8b9830b6c improve ac3_probe by counting consecutive frames 18 years ago
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