| Commit message (Expand) | Author | Age | Files | Lines |
* | add a -ab with default of 64k | Michael Niedermayer | 2007-03-07 | 1 | -1/+2 |
* | add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod... | Michael Niedermayer | 2007-03-07 | 2 | -4/+27 |
* | add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags... | Michael Niedermayer | 2007-03-07 | 2 | -1/+8 |
* | make av_find_opt() available to the public and add a mask+flags parameter to ... | Michael Niedermayer | 2007-03-07 | 2 | -7/+8 |
* | typo: unkown->unknown | Alex Beregszaszi | 2007-03-07 | 1 | -1/+1 |
* | add little endian 24bit read/write | Alex Beregszaszi | 2007-03-06 | 1 | -0/+1 |
* | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet | 2007-03-05 | 1 | -1/+1 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 5 | -10/+42 |
* | imx dump header bitstream filter, modifies bitstream to fit in mov and be dec... | Baptiste Coudurier | 2007-03-04 | 3 | -2/+34 |
* | add bytestream_get/put_be24 functions | Baptiste Coudurier | 2007-03-04 | 1 | -0/+1 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 5 | -10/+39 |
* | check for no frame and prevent segfault | Michael Niedermayer | 2007-03-03 | 1 | -0/+5 |
* | partial avid meridien uncompressed support | Baptiste Coudurier | 2007-03-03 | 1 | -0/+1 |
* | Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. | Patrice Bensoussan | 2007-03-03 | 1 | -0/+2 |
* | Clarify that this decoder uses liba52. | Diego Biurrun | 2007-03-03 | 1 | -2/+2 |
* | support feeding individual NAL units to the decoder instead of just complete ... | Michael Niedermayer | 2007-03-02 | 2 | -33/+37 |
* | support for mjpeg bottom field first in mov | Baptiste Coudurier | 2007-03-02 | 1 | -4/+12 |
* | fix adpcm swf decoding | Baptiste Coudurier | 2007-03-02 | 1 | -39/+20 |
* | remove ps option and rename rtp_payload_size AVOption to ps | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |
* | Add documentation to some avcodec.h's pix_fmt related functions and defines. | Panagiotis Issaris | 2007-03-01 | 1 | -8/+41 |
* | quicktime 'raw ' support | Baptiste Coudurier | 2007-03-01 | 1 | -13/+26 |
* | get rid of CODEC_FLAG_H263P_AIC with next major bump | Baptiste Coudurier | 2007-03-01 | 2 | -1/+3 |
* | define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump | Baptiste Coudurier | 2007-03-01 | 1 | -0/+3 |
* | get rid of rtp_mode field after next major bump | Baptiste Coudurier | 2007-02-28 | 2 | -0/+4 |
* | enable rtp payload size AVOption for video encoding | Baptiste Coudurier | 2007-02-28 | 1 | -1/+1 |
* | free faac extradata | Baptiste Coudurier | 2007-02-28 | 1 | -4/+7 |
* | Looks like I'll work on it this year too | Kostya Shishkov | 2007-02-28 | 1 | -1/+1 |
* | WMV3 Complex Profile initial support | Kostya Shishkov | 2007-02-28 | 1 | -3/+7 |
* | enable some 64bit optimized code on 64bit arch | Aurelien Jacobs | 2007-02-28 | 1 | -3/+3 |
* | Fix wrong license header. | Diego Biurrun | 2007-02-27 | 1 | -5/+6 |
* | Rename WMADecodeContext to WMACodecContext | Michel Bardiaux | 2007-02-27 | 4 | -25/+25 |
* | Supply context to tprintf | Michel Bardiaux | 2007-02-27 | 6 | -86/+91 |
* | DCA decoder | Kostya Shishkov | 2007-02-27 | 6 | -2/+10850 |
* | The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. | Diego Biurrun | 2007-02-27 | 1 | -1/+1 |
* | Remove useless conditional. | Diego Biurrun | 2007-02-27 | 1 | -2/+0 |
* | cleanup setting of returned data frame | Aurelien Jacobs | 2007-02-25 | 1 | -3/+2 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 5 | -33/+35 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 32 | -175/+175 |
* | Move the unaltered documentation of the functions which are part of the public | Panagiotis Issaris | 2007-02-25 | 2 | -46/+48 |
* | rewrite find_frame_end() | Michael Niedermayer | 2007-02-25 | 1 | -25/+38 |
* | use FFMIN | Ramiro Polla | 2007-02-25 | 1 | -7/+3 |
* | Only compile snowdsp_mmx.c if the Snow decoder is enabled. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated. | Diego Biurrun | 2007-02-24 | 1 | -2/+2 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 7 | -11/+11 |
* | h264 optimization: common case hl_decode_mb patch by (Alexander Strange astra... | Alexander Strange | 2007-02-24 | 1 | -19/+46 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-24 | 1 | -30/+33 |
* | reorder a few more paddws to reduce dependancy chains | Michael Niedermayer | 2007-02-23 | 1 | -2/+2 |
* | reorder paddws to reduce dependancy chain | Michael Niedermayer | 2007-02-23 | 1 | -1/+1 |
* | add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in... | Benoit Fouet | 2007-02-23 | 1 | -0/+1 |
* | shortening dependancy chain in chroma mc2 | Michael Niedermayer | 2007-02-23 | 1 | -6/+6 |