4540 Commits (ca2a0c938e30cadb33e1731965bfac4e9215e121)

Author SHA1 Message Date
Michael Niedermayer ca2a0c938e deprecate av_mallocz_static() 18 years ago
Ian Braithwaite 85e7386ae0 Combine the window and overlap loops, 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Benjamin Larsson 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 years ago
Ian Braithwaite e7485bf378 Replace custom modified discrete cosine transform with ffmpeg's own. 18 years ago
Justin Ruggles 43a0791b66 the AC-3 parser needs ac3.o 18 years ago
Justin Ruggles 2476139973 move AC-3 header parsing to ac3.c 18 years ago
Kostya Shishkov c81ab015f8 Correctly ME border blocks 18 years ago
Reimar Döffinger 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 years ago
Justin Ruggles 050aa8b9bc remove redundancy in AC-3 parser by using common tables from ac3tab.h 18 years ago
Benjamin Larsson 64472fcff1 Simplify, use avctx->frame_number. 18 years ago
Justin Ruggles 4258a0a32a Remove common code from AC-3 encoder and utilize ac3.c. 18 years ago
Justin Ruggles 96ae7f11e7 Create ac3.c which will be used for AC-3 common code. 18 years ago
Justin Ruggles abfe5a4a75 simplify AC-3 bit allocation 18 years ago
Justin Ruggles 3a8bf52983 cosmetics. remove space before semi-colon. 18 years ago
Ian Braithwaite d0429b4ff5 Simplify gain block handling. 18 years ago
Ian Braithwaite 4ff5e6563e Don't output the first two frames, since they don't contain valid audio. 18 years ago
Baptiste Coudurier 39076e27de fix drop frame timecode flag 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Michael Niedermayer 2ed76c08c3 bitrate sanity check (fixes assertion failure) 18 years ago
Benoit Fouet c4f452fd03 Remove useless casts as recommended by Måns Rullgård. 18 years ago
Benoit Fouet be6753c07f Cosmetics in amr.c. 18 years ago
Benoit Fouet e7a5854d23 Move the initialization on context definition. In amr.c, only the 18 years ago
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