9678 Commits (911f9b714e5f54ceea0dd8b364a107d814896040)
 

Author SHA1 Message Date
Baptiste Coudurier 911f9b714e warn user if video codec timebase is very high 18 years ago
Eric Lasota 160228f894 Rename cb field 18 years ago
Diego Biurrun 1cc60c47c5 Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. 18 years ago
Diego Biurrun 2986a4f836 one more rename 18 years ago
Diego Biurrun 96bac110a7 Update for recent file removals/renames. 18 years ago
Diego Biurrun b04f49c74c Give names of external library decoders/encoders a lib prefix 18 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Reimar Döffinger 6f74b71ef0 Part of MPlayer patch: 18 years ago
Diego Biurrun 83bc90dcfd Remove unused variables. 18 years ago
Marc Hoffman 22a11d578e correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line 18 years ago
Eric Lasota 3ccda4ca91 Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks 18 years ago
Denis Fortin f0edfda578 Rename code012() to ff_code012(), and remove static qualifier: paves the way 18 years ago
Diego Biurrun ac3967c1ce spelling 18 years ago
Aurelien Jacobs 8d75b5a2fb cosmetics: use one type per field in every structs 18 years ago
Michael Niedermayer e39291dfcf partially revert r2931 (Support raw mpegts streams from dvr) 18 years ago
Aurelien Jacobs 77abe5e858 cosmetics: indentation 18 years ago
Aurelien Jacobs eabb8ba445 add support for real audio in matroska 18 years ago
Aurelien Jacobs 407a3d94f5 fix an infinite loop in case one cluster is not enough to demux a packet 18 years ago
David Conrad b061d892ed split some common code from the mkv demuxer that will be useful to the muxer 18 years ago
Víctor Paesa 5449190f53 Wording improvements for the previous commit. 18 years ago
Ramiro Polla 864ff8c119 Typos 18 years ago
Ramiro Polla 05abfce9a9 Doxygenize av_init_packet 18 years ago
Ramiro Polla 659596f002 Export av_init_packet 18 years ago
Michael Niedermayer 04ec18b8b3 harmless typo 18 years ago
Michael Niedermayer 28f03d0494 fix indention 18 years ago
Michael Niedermayer ad39abcdd9 remove duplicate PAT scaning code and actual PAT scan 18 years ago
Michael Niedermayer 4dc8a963d1 unused variables 18 years ago
Michael Niedermayer 90d13e30d5 dont rescan for information on each pid, but rather do it just once by 18 years ago
Michael Niedermayer ecc31d1d8e move structs and enums to top of file so they can be used 18 years ago
Michael Niedermayer 4d9a577e30 passing MpegTSFilter to the filters instead of a random void *opaque 18 years ago
Marc Hoffman 69621690ab extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 18 years ago
Marc Hoffman c7c64e9e5e convert if then else video palette to pix_fmt construct to simpiler table based lookup. 18 years ago
Michael Niedermayer 37dfd6333d do not perform SDT scan at the begin (this avoids a timeconsuming search for 18 years ago
Michael Niedermayer 657ced8cdb make new_service() update existing info sanely 18 years ago
Michael Niedermayer 0618bb1c5b remove fake service/provider names used for PAT 18 years ago
Christian Lohmaier c11aac6cda fix error: indeo2.c:202:1: directives may not be used inside a macro argument, 18 years ago
Benoit Fouet a45ec41409 Indentation 18 years ago
Vitor Sessak ddcf4b5d6d Codebook generator using the ELBG algorithm 18 years ago
Diego Biurrun 1963f5e379 readability cosmetics 18 years ago
Baptiste Coudurier 1b4818452c cosmetics remove struct name with typedef 18 years ago
Baptiste Coudurier 738ebafceb remove unused EssenceContainerData 18 years ago
Baptiste Coudurier 151bdd5d3d skip no more needed on error 18 years ago
Baptiste Coudurier 01dfc64669 remove duplicate entry since now we ignore version byte 18 years ago
Baptiste Coudurier 28b9f98619 typo 18 years ago
Baptiste Coudurier 363f403f28 set pkt pos 18 years ago
Baptiste Coudurier 0e3ea3a26b remove now useless sync key 18 years ago
Baptiste Coudurier 6dc5554328 no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files 18 years ago
Baptiste Coudurier b7889fce2f do not print error message when klv_read_packet fails 18 years ago
Baptiste Coudurier cabe2527ef sync to mxf klv key before trying to read klv packet 18 years ago
Baptiste Coudurier 6982462f50 match uids indenpendantly of the version byte 18 years ago