summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix filenames in doxygen comments.Diego Biurrun2009-02-012-2/+2
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-012-15/+15
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-311-2/+4
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-311-1/+1
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings2009-01-311-1/+1
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-311-3/+3
* free audio fifoBaptiste Coudurier2009-01-311-0/+15
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-311-10/+13
* change prototype of mxf_interleave_get_packet to make it compatibleBaptiste Coudurier2009-01-311-2/+3
* do not use PAL_samples_per_frame in init, to make init independantBaptiste Coudurier2009-01-311-1/+4
* cosmetics, remove empty linesBaptiste Coudurier2009-01-311-2/+0
* add my copyright as wellBaptiste Coudurier2009-01-311-0/+1
* fix doxygen tagBaptiste Coudurier2009-01-311-1/+1
* cosmetics, align verticallyBaptiste Coudurier2009-01-311-7/+7
* write best effort video line mapBaptiste Coudurier2009-01-311-1/+25
* add frame layout local tag, best effortBaptiste Coudurier2009-01-311-1/+6
* add aes3 pcm wrapping and use it by defaultBaptiste Coudurier2009-01-311-0/+11
* split wav_desc in generic_sound_descBaptiste Coudurier2009-01-311-2/+8
* thanks to interleaving, audio is now lockedBaptiste Coudurier2009-01-311-1/+5
* local tag 3201 is picture essence coding, so do not write it for wavBaptiste Coudurier2009-01-311-4/+4
* stored height is stupidly /2 if interlacedBaptiste Coudurier2009-01-311-1/+2
* add size param to write_generic_descBaptiste Coudurier2009-01-311-4/+4
* parse mpeg2 progressive frame flagBaptiste Coudurier2009-01-311-0/+3
* delay header writing and parse mpeg2 frameBaptiste Coudurier2009-01-311-16/+34
* correctly pack and interleave pcm samples in mxfBaptiste Coudurier2009-01-311-5/+189
* function is staticBaptiste Coudurier2009-01-311-1/+1
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-311-23/+14
* split av_interleave_per_dts, to avoid code duplicationBaptiste Coudurier2009-01-311-23/+34
* ADPCM found in Xbox wav files can be decoded withStefan Gehrer2009-01-311-0/+1
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-311-2/+2
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-311-6/+6
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-311-13/+13
* unrolling encoding loopsRoman Shaposhnik2009-01-311-39/+40
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-311-2/+1
* simplifying DIF encoding processRoman Shaposhnik2009-01-311-22/+24
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-311-13/+13
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-311-44/+34
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-311-1/+1
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-311-26/+26
* Replacing the constant with a macroRoman Shaposhnik2009-01-311-9/+9
* flacdec: add support for SAMPLE_FMT_32Justin Ruggles2009-01-311-6/+33
* Fix documentation of the return value of avcodec_encode_video().Bitbreaker/METALVOTZE X2009-01-311-1/+1
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-301-2/+2
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-302-0/+54
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-302-0/+44
* remove duplicate tablesStefan Gehrer2009-01-302-10/+4
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-302-69/+32
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-305-1/+162
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-301-0/+1
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-301-2/+1
OpenPOWER on IntegriCloud