3018 Commits (4ea28253b6d67bec160a9a53eb924cdc4ecaaea1)

Author SHA1 Message Date
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 19 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 19 years ago
Michael Niedermayer a1689e2f19 avoid stdio.h 19 years ago
Michael Niedermayer c44a131dc7 missing include noticed by g0th 19 years ago
Michael Niedermayer 233f6f889e flags and named constants with type checking of course for AVOption 19 years ago
Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
Michael Niedermayer 434df899fe add xvid idcts to dct-test 19 years ago
Reimar Döffinger cd7af76d9e Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. 19 years ago
Michael Niedermayer 9f211bc6d7 remove unused table entries 19 years ago
Michael Niedermayer ddabdfefa8 select xvid idct for xvid files if possible 19 years ago
Michael Niedermayer 84740d5980 xvids mmx&mmx2 idcts 19 years ago
Michael Niedermayer 96b6ace22e dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 19 years ago
Alex Beregszaszi 8868d31065 use av_log in debug mode 19 years ago
Michael Niedermayer 3735e82f2d AVOption enumeration support and some flags to classify AVOptions 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 19 years ago
Michael Niedermayer 860a40c8a7 AVOption first try 19 years ago
Loren Merritt fbd312fd91 fix emulated edge motion compensation when resolution%16!=0 19 years ago
Michael Niedermayer f79432a26e set a few variables correctly 19 years ago
Michael Niedermayer 1cef211dca AV_LOG_DEBUG vs. AV_LOG_ERROR 19 years ago
Michael Niedermayer 3723f01c14 fixme note 19 years ago
Michael Niedermayer 42661adfe6 pts must be in time_base units 19 years ago
Michael Niedermayer b983a5c608 print fourcc in a readable form if possible 19 years ago
Michael Niedermayer d3a9f79871 simplify (d&a) and (d&~a) calculation, hint by skal 19 years ago
Michael Niedermayer b5b65df7a9 add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) 19 years ago
Reimar Döffinger 6c0d606471 Document "us" parameter for PCM conversion functions. 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Michael Niedermayer 16beae15f3 setting timebase in the encoder doesnt seem like a good idea 19 years ago
Justin Ruggles 1ff8f2b36a fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) 19 years ago
Michael Niedermayer 4325ffd0a2 lowres support 19 years ago
Michael Niedermayer 473a200d93 error concealment fix 19 years ago
Michael Niedermayer c619ff6daf optimizations 19 years ago
Michael Niedermayer 95ae72b7e0 Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
Burkhard Plaum 5b2bf94340 Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) 19 years ago
Michael Niedermayer ba17363ff7 prevent assert failures and infinite loops with broken streams 19 years ago
Michael Niedermayer 5b28c8c355 time_base description by Rich Felker | dalias, aerifal cx 19 years ago
Michael Niedermayer cc884a3506 reducing minimum supported picture size 19 years ago
Justin Ruggles c57c770db3 vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 19 years ago
Burkhard Plaum 32fbf33e61 Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) 19 years ago
Michael Niedermayer 1cd89f276a segfault fix 19 years ago
Michael Niedermayer a1043f9c50 automatically remove mess 19 years ago
Michael Niedermayer 7cbaa7bafa parse pict_type for streams in avi 19 years ago
Mike Melanson af9da83b0e automatically detect Cinepak data from Sega FILM/CPK files 19 years ago
Wolfram Gloger f0ff20a197 minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Ian Caulfield bf01fb696d subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few 19 years ago
Michael Niedermayer 2eca4a44b1 set pix_fmt 19 years ago
Mike Melanson ca16618b01 tinfoil patch: no array is written to in bulk before counts are 19 years ago