6768 Commits (0688b89c6d389a28b69e5c89712f074e18740ca9)
 

Author SHA1 Message Date
Oded Shimon 0688b89c6d Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines 18 years ago
Oded Shimon 3a5fdf92f5 Original Commit: r3 | ods15 | 2006-09-16 11:49:07 +0300 (Sat, 16 Sep 2006) | 2 lines 18 years ago
Oded Shimon 504d195260 skeleton for vorbis_enc.c 18 years ago
Loren Merritt 2833fc4646 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 18 years ago
Steve L'Homme e0769997cb add support for some MS DIB formats for avisynth 18 years ago
Alexander Strange eacad59e03 Fix compilation with --disable-encoders. 18 years ago
Oded Shimon 7f09a56091 remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 18 years ago
Diego Biurrun 3e66a74072 Update copyright year and mention other copyright holders. 18 years ago
Brian Brice 4336886c52 Fix wrong ASF duration of generated files 18 years ago
Diego Biurrun eaa6d7b683 make depend should recurse into libswscale as well. 18 years ago
Diego Biurrun 4054e2452f Remove bogus .PHONY declaration from version.h target. 18 years ago
Diego Biurrun 0fe89aca42 Remove unused variables. 18 years ago
Oded Shimon e8f42cc0f5 prevent warning in vorbis_data.c 18 years ago
Oded Shimon ded515b241 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c 18 years ago
Oded Shimon 6c29d7c8f3 make some more functions global so they can be shared with vorbis_enc.c 18 years ago
Oded Shimon 9f963af5a0 make ready_floor1_list() shared for vorbis_enc.c 18 years ago
Kostya Shishkov 429914a330 1l: correct argument order in avcodec_check_dimensions 18 years ago
Michael Niedermayer 3129f3bd0f palette (if we memcpy it into AVFrame) must be uint32_t 18 years ago
Oded Shimon cc0ba5a58f vorbis.h -> vorbis_data.c 18 years ago
Michael Niedermayer 18239edfa9 marking AVPaletteControl as deprecated due to thread saftey amongth other issues (it doesnt work if theres any delay between demuxer and decoder) 18 years ago
Michael Niedermayer b8a2e12005 move things from my todo to the unassigned one so my lazyness doesnt prevent others from working on them 18 years ago
Michael Niedermayer 0d415b2dd7 seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 18 years ago
Måns Rullgård 0244f74378 f*cking windows confuses itself by adding .exe to filenames 18 years ago
Michael Niedermayer cb37931d78 dont set sub_id as its completly redundant and silly 18 years ago
Michael Niedermayer f457965c20 ignore sub_id 18 years ago
Michael Niedermayer fb3d155c31 big endian fix 18 years ago
Michael Niedermayer 113533a582 support resolution switching, fixes rv20errors.rm 18 years ago
Michael Niedermayer 78a5ec27aa simplify 18 years ago
Michael Niedermayer 6d3124961b fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 18 years ago
Panagiotis Issaris b2f86c170d Add forgotten eval.h... 18 years ago
Panagiotis Issaris 0de9926f62 Move the ratecontrol related code from mpegvideo.h to a separate header file. 18 years ago
Panagiotis Issaris d70ef6d761 Reformat the output of the list of available AVOptions, by indenting the 18 years ago
Panagiotis Issaris 6d6f42d202 Remove the override of lmin and lmax, so the actual option value provided will 18 years ago
Panagiotis Issaris 4d7b4613a1 Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and 18 years ago
Baptiste Coudurier 3a6ccf4f3e rudimentary binary seek 18 years ago
Baptiste Coudurier 1159f6340a add another data definition ul 18 years ago
Baptiste Coudurier dd202ff65d use a data definition uls table to fetch codec type 18 years ago
Baptiste Coudurier 996c9ad0a4 add string param to PRINT_KEY for debug 18 years ago
Baptiste Coudurier 94c12d458f shut up gcc about incompatible pointer type 18 years ago
Baptiste Coudurier 9a630c2532 remove useless casts 18 years ago
Baptiste Coudurier 626a8fe724 remove gcc warnings about void * used in arithmetic 18 years ago
Måns Rullgård f28748e671 remove extraneous #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Benjamin Larsson 3841e813dc -interlace -> -ilme This has been wrong in the docs for years, 18 years ago
Baptiste Coudurier 9770089d34 move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov 18 years ago
Baptiste Coudurier e6f4c806e3 add lpcm fourcc 18 years ago
Baptiste Coudurier 0299a87c41 change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov 18 years ago
Panagiotis Issaris 720442981b Remove the "mblmax" OptionDef. The equally named AVOption takes over its 18 years ago
Panagiotis Issaris 93b26b6381 Remove the "mblmin" OptionDef. The equally named AVOption takes over its 18 years ago
Panagiotis Issaris 0eba70acab Remove the "lmin" OptionDef. The equally named AVOption takes over its function. 18 years ago
Panagiotis Issaris 494cf83702 Remove the "lmax" OptionDef. The equally named AVOption takes over its function. 18 years ago