4617 Commits (f0cb03e9f220ab7c657b217df9abf3d295e4b708)

Author SHA1 Message Date
Michael Niedermayer 6289025d8c add a -ab with default of 64k 18 years ago
Michael Niedermayer 29301573af add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter 18 years ago
Michael Niedermayer 20e708cbbe add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags 18 years ago
Michael Niedermayer bc2a1c340a make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Alex Beregszaszi c6e3365c81 add little endian 24bit read/write 18 years ago
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Baptiste Coudurier 92d6b7fda2 imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder 18 years ago
Baptiste Coudurier 895c2c005e add bytestream_get/put_be24 functions 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Michael Niedermayer 56c70e1d3a check for no frame and prevent segfault 18 years ago
Baptiste Coudurier b0c59da234 partial avid meridien uncompressed support 18 years ago
Patrice Bensoussan 43a498f205 Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. 18 years ago
Diego Biurrun 4926485d92 Clarify that this decoder uses liba52. 18 years ago
Michael Niedermayer 66a4b2c179 support feeding individual NAL units to the decoder instead of just complete frames 18 years ago
Baptiste Coudurier 9a63497b0f support for mjpeg bottom field first in mov 18 years ago
Baptiste Coudurier 387afa9d01 fix adpcm swf decoding 18 years ago
Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps 18 years ago
Panagiotis Issaris 81299d421b Add documentation to some avcodec.h's pix_fmt related functions and defines. 18 years ago
Baptiste Coudurier c828c70916 quicktime 'raw ' support 18 years ago
Baptiste Coudurier 6b936ec662 get rid of CODEC_FLAG_H263P_AIC with next major bump 18 years ago
Baptiste Coudurier abd6a4fc53 define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump 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
Baptiste Coudurier 4c02e46daf free faac extradata 18 years ago
Kostya Shishkov c52ff68852 Looks like I'll work on it this year too 18 years ago
Kostya Shishkov 9d1f80f207 WMV3 Complex Profile initial support 18 years ago
Aurelien Jacobs c2a29455e3 enable some 64bit optimized code on 64bit arch 18 years ago
Diego Biurrun bf925c056b Fix wrong license header. 18 years ago
Michel Bardiaux 911b9faf31 Rename WMADecodeContext to WMACodecContext 18 years ago
Michel Bardiaux a9c9a2400b Supply context to tprintf 18 years ago
Kostya Shishkov 01ca9ac334 DCA decoder 18 years ago
Diego Biurrun e7ebecbf44 The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. 18 years ago
Diego Biurrun 3cee76e6c9 Remove useless conditional. 18 years ago
Aurelien Jacobs eba0fcad9e cleanup setting of returned data frame 18 years ago
Aurelien Jacobs 704a2881bc Use pointers to avoid copying AVFrame. 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Panagiotis Issaris 392cf77a4b Move the unaltered documentation of the functions which are part of the public 18 years ago
Michael Niedermayer 0268a54a65 rewrite find_frame_end() 18 years ago
Ramiro Polla 0b2d5a8ed5 use FFMIN 18 years ago
Diego Biurrun e870111e4f Only compile snowdsp_mmx.c if the Snow decoder is enabled. 18 years ago
Diego Biurrun d42f88025a Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Alexander Strange bd91fee3d7 h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) 18 years ago
Aurelien Jacobs 65a455a879 Use pointers to avoid copying AVFrame. 18 years ago
Michael Niedermayer 58e31fb1d5 reorder a few more paddws to reduce dependancy chains 18 years ago
Michael Niedermayer b4fe97696c reorder paddws to reduce dependancy chain 18 years ago
Benoit Fouet 9ff77d1797 add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c 18 years ago
Michael Niedermayer 0c67082e02 shortening dependancy chain in chroma mc2 18 years ago