208 Commits (c6dafae954d8ab0fa923dc59f672414f5f9f3875)

Author SHA1 Message Date
Panagiotis Issaris 58bba31e3f Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match 18 years ago
Panagiotis Issaris 6bacd250f4 Remove the "qmax" OptionDef. 18 years ago
Panagiotis Issaris 5687a2f4cc Remove the "qmin" OptionDef. 18 years ago
Panagiotis Issaris 315b0f9742 Remove the "bf" OptionDef parameter so the equally named AVOption will take 18 years ago
Panagiotis Issaris 076ce01793 Correct the constraints of some AVOptions. These had a default value of zero, 18 years ago
Panagiotis Issaris fda7eb9098 Correct the i_qfactor minimum, which was current set higher then the default 18 years ago
Panagiotis Issaris 7df00a4e06 Rename the AVOption's names to the shorter OptionDef names. 18 years ago
Panagiotis Issaris 0b97eea306 Synchronize the defaults specified in the AVOptions[] array to the defaults 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 7facadb0bb corrects the type of the AVOption parameter "bugs", patch by Takis 18 years ago
Panagiotis Issaris 5cc9b87f45 adds descriptions to the libavcodec AVOptions array, taken from the 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Luca Abeni 4b45de0e87 Move av_log() & friends to libavutil 19 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 19 years ago
Justin Ruggles c6375bf23c allows user-settable block size and fixes related typo 19 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 19 years ago
Aurelien Jacobs 5da714699d simplify the voc demuxer using av_get_bits_per_sample() 19 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 19 years ago
Stefan Huehner 62a05b5b00 Mark some read-only datastructures as const. 19 years ago
Justin Ruggles a403fc0324 flac-lpc patch by (Justin Ruggles jruggle earthlink net) 19 years ago
Diego Pettenò 3a6fc8faf3 Disable w53 and w97 cmp methods when snow encoder is disabled 19 years ago
Reynaldo H. Verdejo Pinochet f2508b1712 anothe useless sizeof(char) 19 years ago
Loren Merritt 696d6889d2 ADPCM: trellis quantization 19 years ago
Corey Hickey f9243d34f1 Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 19 years ago
Baptiste Coudurier 307eb24879 add MPEG-2 intra vlc support 19 years ago
Michael Niedermayer 1dd509b157 make zero motion vector threshold user setable 19 years ago
Corey Hickey 1005f542b2 - Add new file internal.h for common internal-use-only functions. 19 years ago
Michael Niedermayer b865838ea2 switch flac to av_crc 19 years ago
Michael Niedermayer e027d0a81e switch ac3enc to av_crc 19 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago
Michael Niedermayer b5c85991f6 fix segfault with BLUR8.AVI 19 years ago
Alex Beregszaszi 1319a77b01 added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Corey Hickey 39a64e3023 sc_factor support for encoding. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Luca Abeni 14f0c8e28a Parameter added for user to set the cutoff frequency when encoding with faac. 19 years ago
Robert Swain 58f7833e8e update x264 wrapper. 19 years ago
Michael Niedermayer e8501c93b5 support downscaling frames for dynamic b frame decission 19 years ago
Michael Niedermayer c9ab8df88a 10l (didnt remove option from old ones after converting to AVOption) 19 years ago
Michael Niedermayer 316a2ec84c bidir refine support 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Michael Niedermayer a42bed52ca typo 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer c7622f9a28 default_get_buffer() cleanup 19 years ago
Guillaume Poirier d4de20d11c Typo fix 19 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago