summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/asm-offsets.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Move id3v2 tag writing to a separate file. swscale: add missing colons to x86 assembly yuv2planeX. g722: split decoder and encoder into separate files cosmetics: remove extra spaces before end-of-statement semi-colons vorbisdec: check output buffer size before writing output wavpack: calculate bpp using av_get_bytes_per_sample() ac3enc: Set max value for mode options correctly lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c mpeg12: move closed_gop from MpegEncContext to Mpeg1Context mpeg12: move full_pel from MpegEncContext to Mpeg1Context mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h mpegvideo: remove some unused variables from MpegEncContext. Conflicts: libavcodec/mpeg12.c libavformat/mp3enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-6/+6
| |
| * mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-6/+6
| | | | | | | | Deprecate CODEC_FLAG2_INTRA_VLC.
* | timecode: introduce timecode and honor it in MPEG-1/2.Clément Bœsch2011-08-101-6/+6
| | | | | | | | This is based on the original work by Baptiste Coudurier.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-041-6/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: cosmetics: remove some stray comments from AVCodec declarations cosmetics: fix indentation/alignment in AVCodec declarations arm: Avoid using the movw instruction needlessly Move an int64_t down in MpegEncContext Conflicts: libavcodec/arm/ac3dsp_armv6.S Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move an int64_t down in MpegEncContextMartin Storsjö2011-08-031-6/+6
| | | | | | | | | | | | | | This allows using the same arm assembler offsets for both EABI and the mach-o ABI. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ffmpeg: get rid of the -vglobal option. dct32: Add AVX implementation of 32-point DCT dct32: Change pass 6 permutation to allow for AVX implementation dct32: port SSE 32-point DCT to YASM multiple inclusion guard cleanup avio: document buffer must created with av_malloc() and friends avio: check AVIOContext malloc failure swscale: point out an alternative to sws_getContext svq3: Do initialization after parsing the extradata add changelog entries for 0.7_beta2 mp3lame: add #include required for AV_RB32 macro. Conflicts: Changelog libavcodec/svq3.c libavcodec/x86/dct32_sse.c libavfilter/vsrc_buffer.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| | | | | | | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-291-15/+6
| | | | | | | | | | | | | | | | | | This moves the fields needed by asm near the top, before any structs or other members which complicate the offset calculation. Modifying other structs will no longer require updating the offsets, and the asm code is slightly simpler due to the smaller offsets. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * ARM: update MpegEncContext offsetsMans Rullgard2011-01-291-6/+6
| |
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-6/+6
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-301-15/+6
| | | | | | | | | | | | | | | | | | | | This moves the fields needed by asm near the top, before any structs or other members which complicate the offset calculation. Modifying other structs will no longer require updating the offsets, and the asm code is slightly simpler due to the smaller offsets. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d461a4731781e492d83ef254f9c0fbd0ce6e47eb)
* | ARM: update MpegEncContext offsetsMans Rullgard2011-01-301-6/+6
| | | | | | | | (cherry picked from commit 0745116c10e5650952c39ea543c66b12fba854e6)
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-6/+6
|/ | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 56f8952b252f85281317ecd3e0b04c4cae93fd72)
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-091-6/+6
| | | | Originally committed as revision 26287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update asm offsets for armLuca Barbato2011-01-091-6/+6
| | | | | | This unbreak ffmpeg build on arm/elf, arm/mach-o still need an update Originally committed as revision 26286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update H263_AIC asm offset for the apple variantLuca Barbato2010-09-101-1/+1
| | | | Originally committed as revision 25099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: update struct offsetsMåns Rullgård2010-08-251-4/+4
| | | | Originally committed as revision 24923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: update struct offsetsMåns Rullgård2010-08-031-6/+6
| | | | Originally committed as revision 24686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix build with TI compilerMåns Rullgård2010-06-261-1/+1
| | | | | | | The TI compiler defines __eabi__ to signal that ARM EABI is in use. We must check for this in addition to the gcc macro __ARM_EABI__. Originally committed as revision 23804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-021-0/+9
| | | | Originally committed as revision 23438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-021-0/+39
Originally committed as revision 23427 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud