7309 Commits (94b594c68ae36848605766c84771674ef7b21bc9)
 

Author SHA1 Message Date
Steve L'Homme 94b594c68a add "seek by bytes" support to ffplay 18 years ago
Ryan Martell 1d1be919ce add support for rtp/h264 streaming 18 years ago
Víctor Paesa abc7202f45 Some documentation on the vhook imlib2 moving images feature. 18 years ago
Baptiste Coudurier 9d210bb42b typo 18 years ago
Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 18 years ago
Luca Barbato d9d2f88def Simplify 18 years ago
Diego Biurrun 4802a7a7b1 Use MMX only under x86_32, there are compilation problems. 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Víctor Paesa 718eeb6a21 add moving images feature to imlib2 vhook 18 years ago
Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
Kostya Shishkov 7d7912c34b Bump version for Fraps v[24] support 18 years ago
Aurelien Jacobs 0ab07420a2 Allow reading matroska title. 18 years ago
Aurelien Jacobs 5b99b90d38 cosmetics: reindent after last commit 18 years ago
Aurelien Jacobs ce99efc6ff Don't need to check for NULL before av_free(). 18 years ago
Steve L'Homme ae17bf6ac8 Add support for block duration. 18 years ago
Steve L'Homme 063c8f2662 Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). 18 years ago
Steve L'Homme b9756b2e39 guess matroska files frame rate 18 years ago
Ryan Martell 31693e00fc Add support for getting duration of a RTP stream (for seeking in stream) 18 years ago
Michael Niedermayer 4408e75e02 2nd try for -vcodec copy timebase selection last one choose 1fps due to broken opendivx stream in avi (avi had the correct 15fps) 18 years ago
Steve L'Homme 1c75f2bc5b remove floats in 10 bytes/byte support (no version of matroska used it) 18 years ago
Reimar Döffinger e07eaaccc1 Avoid void*-arithmetic, and uint8_t* is more correct anyway. 18 years ago
Guillaume Poirier d73427e347 Add doxy comments for macro GET_UTF8 18 years ago
Baptiste Coudurier 79e7b9609e include parser.h instead of mpegvideo.h 18 years ago
Baptiste Coudurier 7d6b1abe1a rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static 18 years ago
Baptiste Coudurier 4067d81be2 move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 18 years ago
Guillaume Poirier 34d3376902 Fix wrong params name in PUT_UTF8 doxy comments 18 years ago
Guillaume Poirier 0e8c148b59 woops, fix missplaced doxy comment 18 years ago
Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 18 years ago
Kostya Shishkov f4e31985da Check for symbol count 18 years ago
Kostya Shishkov 3f509ba122 WavPack support in Matroska 18 years ago
Kostya Shishkov 39ff2ee84d Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 18 years ago
Baptiste Coudurier 8a7bde1ca9 move check for output file streams num in av_encode 18 years ago
Diego Biurrun 1de61a185c Simplify regression test execution. 18 years ago
Baptiste Coudurier 8cd13128b8 use AVRational and ff_frame_rate_tab for frame_rate 18 years ago
Diego Biurrun bcea960561 Use a variable for FFmpeg options. 18 years ago
Diego Biurrun 899af1a26a Do not set audio codec_tag to 1, that would be PCM audio. 18 years ago
Reimar Döffinger c9ec7564f0 Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since 18 years ago
Baptiste Coudurier bc52b0c518 remove useless line variable 18 years ago
Baptiste Coudurier b190aa8919 fix decoding position 18 years ago
Baptiste Coudurier 3c88ea2476 update docs to reflect AVImageFormat removing 18 years ago
Kostya Shishkov 75a71b6c38 Correct support for Fraps v4 (and Huffman tree for < 256 symbols) 18 years ago
Kostya Shishkov 78629a746f Update comment 18 years ago
Kostya Shishkov 08a4c4bfb9 Fraps v2 and v4 support 18 years ago
Steve L'Homme 13638ea92a Properly quote paths on grep invocations for codec lists. 18 years ago
Oded Shimon 483b8b1210 ministry of english grammar :) then->than 18 years ago
Michael Niedermayer 21d4d5dafb doxy 18 years ago
Reynaldo H. Verdejo Pinochet b1d196db56 now we set codec_tag, still have to figure out how to handle flipping 18 years ago
Michael Niedermayer 079e61db5d ensure alignment (no speed change) 18 years ago
Baptiste Coudurier 48855b26d4 do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov 18 years ago
Michael Niedermayer f5a9e8f33d merging mov & and (no speedchange) 18 years ago