253 Commits (dd9bdeb9f38f0047013cc49bd2a34baa73fe38f3)

Author SHA1 Message Date
Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps 18 years ago
Baptiste Coudurier ccec0f4f94 get rid of rtp_mode field after next major bump 18 years ago
Baptiste Coudurier 39c39d5f25 enable rtp payload size AVOption for video encoding 18 years ago
Michael Niedermayer 9c856d62be dont check buffer size if the decode function wont be called at all 18 years ago
Panagiotis Issaris 5dad0282b5 av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. 18 years ago
Panagiotis Issaris 8ab4861cc2 Move the Doxygen function documentation unaltered from libavcodec/utils.c to 18 years ago
Panagiotis Issaris f9ec0aa1a9 Add more Doxygen documentation. 18 years ago
Panagiotis Issaris 5604801191 Fix typo. 18 years ago
Aurelien Jacobs 6829ac8de4 simplify release_buffer using FFSWAP 18 years ago
Panagiotis Issaris 7ad731e99f Add some more Doxygen documentation to libavcodec/utils.c. 18 years ago
Michel Bardiaux 5286d11fcd Spelling fix 18 years ago
Michael Niedermayer e13d80238c doxy for avcodec_encode_video() 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michel Bardiaux 65d999d6cf Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, 18 years ago
Michael Niedermayer ac66834c75 avcodec_decode_audio2() 18 years ago
Michael Niedermayer 4785c01668 er and strict also apply to audio theoretically 18 years ago
Michael Niedermayer 2606f38a67 skiprd doxygen comment from avcodec.h -> AVOption comment 18 years ago
Michael Niedermayer c52f5d66a2 skiprd 18 years ago
Baptiste Coudurier a45bc5922f bt 0 is invalid, setting min to 1 18 years ago
Diego Biurrun f70d367b63 vqmin/vqmax --> qmin/qmax in the option description 18 years ago
Diego Biurrun 895bf49961 Improve option description. 18 years ago
Panagiotis Issaris d3075ed502 Add "mixed_refs" description suggested by Loren Merritt and update accompanying 18 years ago
Panagiotis Issaris 119aae1dd5 Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. 18 years ago
Diego Biurrun 4a1bb6196b Fix some obvious mistakes in the option descriptions. 18 years ago
Víctor Paesa 970419236d Fill in some missing AVOption descriptions. 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Baptiste Coudurier 9cc6be9d27 add low delay forcing option for mpeg1/2 encoding 18 years ago
Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 18 years ago
Corey Hickey 1984f5cdc9 Correct description of mblmin and mblmax. 18 years ago
Kostya Shishkov 34380af0e1 16-bit grayscale support 18 years ago
Luca Barbato 9f1c1c9985 Make ffmpeg work with x264 r592 18 years ago
Andrea Gianarro 462209fe10 fix AC3 5.1 being decoded as mono 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 4bef236ba8 Fix quantiSer --> quantiZer typo. 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 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
Måns Rullgård a0403006f8 ARMv5TE optimized IDCT 18 years ago
Michael Niedermayer 327409d7b9 mpeg1 b_strategy=2 segfault fix 18 years ago
Luca Barbato 79e47000c8 move memory functions from avcodec to avutil 18 years ago
Panagiotis Issaris 22565f5d7e Remove the "error" OptionDef. The equally named AVOption takes over its 18 years ago
Panagiotis Issaris cccb4c966b Remove the "mepc" OptionDef. The equally named AVOption takes over its function. 18 years ago
Panagiotis Issaris bf08081389 Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its 18 years ago
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