summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free audio fifoBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use st->priv_data to store per stream contextBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change prototype of mxf_interleave_get_packet to make it compatibleBaptiste Coudurier2009-01-31
| | | | | | with av_interleave_packet_per_dts Originally committed as revision 16903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use PAL_samples_per_frame in init, to make init independantBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove empty linesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add my copyright as wellBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen tagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, align verticallyBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write best effort video line mapBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add frame layout local tag, best effortBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add aes3 pcm wrapping and use it by defaultBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split wav_desc in generic_sound_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thanks to interleaving, audio is now lockedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* local tag 3201 is picture essence coding, so do not write it for wavBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stored height is stupidly /2 if interlacedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size param to write_generic_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg2 progressive frame flagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* delay header writing and parse mpeg2 frameBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly pack and interleave pcm samples in mxfBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* function is staticBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_interleave_per_dts, to avoid code duplicationBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM found in Xbox wav files can be decoded withStefan Gehrer2009-01-31
| | | | | | existing CODEC_ID_ADPCM_IMA_WAV Originally committed as revision 16883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-31
| | | | Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-31
| | | | Originally committed as revision 16881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unrolling encoding loopsRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifying DIF encoding processRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replacing the constant with a macroRoman Shaposhnik2009-01-31
| | | | Originally committed as revision 16872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for SAMPLE_FMT_32Justin Ruggles2009-01-31
| | | | Originally committed as revision 16871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation of the return value of avcodec_encode_video().Bitbreaker/METALVOTZE X2009-01-31
| | | | | | ripped out of a patch by Bitbreaker/METALVOTZE X bitbreaker ihlaid de Y Originally committed as revision 16870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
| | | | | | Avoids some warnings about undefined preprocessor directives. Originally committed as revision 16869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-30
| | | | Originally committed as revision 16868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-30
| | | | Originally committed as revision 16867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2009-01-30
| | | | Originally committed as revision 16866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
| | | | Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
| | | | Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'void' keyword to parameterless function declaration.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Record B-fraction index from frame header and two fields from entry point ↵Gwenole Beauchesne2009-01-30
| | | | | | | | | | | | structure into VC-1 context. Patch by Gwenole Beauchesne (gbeauchesne <whirlpool> splitted <dash> desktop <dit> com) Thread [PATCH][VC-1] Record extra syntax elements for VA API support Originally committed as revision 16859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
| | | | | | | a negative number if none was found. Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If AVPacket->data == NULL, the packet does not contain any buffer toLuca Abeni2009-01-30
| | | | | | | be freed. This fixes a double free on exit. Originally committed as revision 16857 to svn://svn.ffmpeg.org/ffmpeg/trunk