|
|
|
@f0ed92df
|
16 years |
robert.swain |
Fix second amr_nb_decode_frame() to also use the new AVPacket argument …
|
|
|
@cdd8930e
|
16 years |
rsbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where …
|
|
|
@012f9308
|
16 years |
Aurélien Jacobs |
fix vp5/vp6 decoding by using new prototype for decode function
…
|
|
|
@7a00bbad
|
16 years |
rsbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which …
|
|
|
@18c915ee
|
16 years |
rsbultje |
Move AVPacket up a bit, so that structs/functions that include …
|
|
|
@b02d3aef
|
16 years |
Aurélien Jacobs |
use av_freep() instead of av_free() + =NULL.
Originally committed as …
|
|
|
@0f55f341
|
16 years |
lucabe72 |
Fix the copyright year
Originally committed as revision 18348 to …
|
|
|
@9edfaf3
|
16 years |
lucabe72 |
Add support for H.263 video in the RTP muxer
patch by Martin Storsjö …
|
|
|
@2150378
|
16 years |
lucabe72 |
Do not return payload type 34 for H.263 (it is deprecated)
Originally …
|
|
|
@809e07c
|
16 years |
Reynaldo H. Verdejo Pinochet |
Move scale factor computation to its own function. Patch by Kenan …
|
|
|
@38d5647a
|
16 years |
michaelni |
Try to honor even completely invalid motion vectors as far as is
easy. …
|
|
|
@99f373f3
|
16 years |
lucabe72 |
Only insert the SPS and PPS NALs in sprop-parameter-sets
Patch by …
|
|
|
@5a43bbc3
|
16 years |
stefano.sabatini-lala |
Add missing entry corresponding to r18163.
Originally committed as …
|
|
|
@26f3f291
|
16 years |
stefano.sabatini-lala |
Cosmetics: remove empty line.
Originally committed as revision 18341 …
|
|
|
@b4656e6b
|
16 years |
stefano.sabatini-lala |
Fix minor version for the r18116 entry: minor was not bumped in that …
|
|
|
@8613af0
|
16 years |
justin.ruggles |
Add convenience macros for 5.0/5.1 back speaker configurations.
…
|
|
|
@75428fa4
|
16 years |
ramiro.polla |
mlpdec: Filters and matrices may change only once per substream per …
|
|
|
@89e39be3
|
16 years |
ramiro.polla |
mlpdec: There must be no extraword for MLP.
Originally committed as …
|
|
|
@cc9c5126
|
16 years |
ramiro.polla |
mlpdec: Validate non-restart bit from the substream header.
…
|
|
|
@0091d8a1
|
16 years |
ramiro.polla |
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and …
|
|
|
@dd40902
|
16 years |
ramiro.polla |
swscale: Remove X86 commented out code.
Originally committed as …
|
|
|
@300a3d0d
|
16 years |
michaelni |
Make sure the last bits of huffyuv frames are zeroed.
Fixes issue946
…
|
|
|
@40fa5140
|
16 years |
ramiro.polla |
swscale: Use function pointers for swScale functions.
Originally …
|
|
|
@14d5c18c
|
16 years |
ramiro.polla |
swscale: {}-related cosmetics.
Originally committed as revision 29144 …
|
|
|
@7ac40327
|
16 years |
ramiro.polla |
swscale: Add const to some swScale functions' parameters.
Originally …
|
|
|
@cc2e555
|
16 years |
lessen42 |
ARM: NEON optimized put_signed_pixels_clamped
Originally committed as …
|
|
|
@08e12b22
|
16 years |
mans |
ARM: NEON optimised add_pixels_clamped
Based on patch by David …
|
|
|
@3c00556f
|
16 years |
Reynaldo H. Verdejo Pinochet |
Add missing static qualifier from function declaration. Patch by Kenan …
|
|
|
@6b434361
|
16 years |
stefano.sabatini-lala |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency …
|
|
|
@1b2120c3
|
16 years |
stefano.sabatini-lala |
Remove JACK input device addition entry.
The addition of a new …
|
|
|
@634b927f
|
16 years |
michaelni |
Do not fail on zero packets.
Originally committed as revision 18328 …
|
|
|
@0be9e73e
|
16 years |
Reimar.Doeffinger |
Mark line_skip3 asm argument as output-only instead of using …
|
|
|
@d7460a9c
|
16 years |
Reimar.Doeffinger |
Mark put_signed_pixels_clamped_mmx output operands as early-clobber …
|
|
|
@531a3d2
|
16 years |
Reimar.Doeffinger |
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via …
|
|
|
@68367bde
|
16 years |
gbeauchesne |
Add VC-1 bitstream decoding through VA API.
Originally committed as …
|
|
|
@b1516707
|
16 years |
stefano.sabatini-lala |
Update after the last two commits.
Originally committed as revision …
|
|
|
@80ff8a1
|
16 years |
stefano.sabatini-lala |
Implement JACK input device.
Patch by Olivier Guilyardi list samalyse …
|
|
|
@7b09db35
|
16 years |
stefano.sabatini-lala |
Implement av_fifo_space().
Patch by Olivier Guilyardi list et …
|
|
|
@a8f9e7f6
|
16 years |
diego |
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
…
|
|
|
@3dd65312
|
16 years |
alex.converse |
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from …
|
|
|
@dd3bbb49
|
16 years |
stefano.sabatini-lala |
Update after the last API change.
Originally committed as revision …
|
|
|
@fabd2469
|
16 years |
stefano.sabatini-lala |
Move AVPacket declaration from avformat.h to avcodec.h.
Patch by …
|
|
|
@95b5770b
|
16 years |
ramiro.polla |
swscale: Remove mmx2 params from h[yc]scale().
Originally committed …
|
|
|
@392b6567
|
16 years |
ramiro.polla |
swscale: Split h[yc]scale_fast() into their own functions.
Originally …
|
|
|
@5b7c7dd3
|
16 years |
ramiro.polla |
swscale: Execute sfence and emms depending on runtime flags.
…
|
|
|
@3dd2f87e
|
16 years |
Carl Eugen Hoyos |
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
Patch by Jai Menon
…
|
|
|
@3dd36041
|
16 years |
Reimar.Doeffinger |
Reindent
Originally committed as revision 18315 to …
|
|
|
@fb9ac654
|
16 years |
Reimar.Doeffinger |
Support DVD subtitles in mov/mp4 as created by Nero.
See also …
|
|
|
@e103e6db
|
16 years |
gbeauchesne |
Register VA API HW accelerators.
Pending bits from earlier approved …
|
|
|
@ff41873
|
16 years |
gbeauchesne |
Add VA API deps.
Originally committed as revision 18312 to …
|
|
|
@5666fd73
|
16 years |
gbeauchesne |
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL …
|
|
|
@82a6ef20
|
16 years |
diego |
Replace manual setting of the removed av_log_level variable by the …
|
|
|
@da425800
|
16 years |
gbeauchesne |
Add VA API pixfmt (only VLD is available ATM).
Originally committed …
|
|
|
@d326cf7f
|
16 years |
diego |
Add an empty line in front of configure debug instructions.
This makes …
|
|
|
@b4df973
|
16 years |
gbeauchesne |
Add MPEG-4 / H.263 bitstream decoding through VA API.
Originally …
|
|
|
@fcb4228c
|
16 years |
baptiste.coudurier |
skip empty data packets in flv, fix input.flv
Originally committed as …
|
|
|
@60c703ac
|
16 years |
mans |
ARM: START/STOP_TIMER support for ARMv7
Originally committed as …
|
|
|
@439ccc4e
|
16 years |
mans |
Split libavutil/timer.h per architecture
Originally committed as …
|
|
|
@0a47f60a
|
16 years |
stefano.sabatini-lala |
Extend read_line() to make it take a read_pal_component parameter.
…
|
|
|
@710441c2
|
16 years |
lessen42 |
Add SSE4 detection support
Originally committed as revision 18302 to …
|
|
|
@41913a35
|
16 years |
gbeauchesne |
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
…
|
|
|
@828775e1
|
16 years |
lessen42 |
Remove unused FILTSIGN macro
Originally committed as revision 18300 …
|
|
|
@e5d0dbf
|
16 years |
mans |
Remove aandcttab.o from dct-test dependencies, the lib includes it
…
|
|
|
@99cc563f
|
16 years |
mans |
Make examples and test progs depend on libraries
Originally committed …
|
|
|
@33afad54
|
16 years |
mans |
Add $(ELIBS) to example/test app link command
Originally committed as …
|
|
|
@bbba084b
|
16 years |
mans |
Make examples and test progs depend on libraries
Originally committed …
|
|
|
@92c093c1
|
16 years |
mans |
Link tests/examples with -lfoo instead of libfoo.a
Originally …
|
|
|
@bdc2cc16
|
16 years |
mans |
Always use -L flags for all subdirs
Originally committed as revision …
|
|
|
@3fd422ff
|
16 years |
mans |
Move make rules applicable only to subdirs into subdir.mak
Originally …
|
|
|
@13b47b40
|
16 years |
tempn |
add another dv fourcc CDVH
Originally committed as revision 18293 to …
|
|
|
@59b05350
|
16 years |
stefano.sabatini-lala |
Reindent after the last patch.
Originally committed as revision 18292 …
|
|
|
@c95dd8d3
|
16 years |
stefano.sabatini-lala |
Add/fix support for bitstream formats reading in read_line().
…
|
|
|
@21010f6b
|
16 years |
stefano.sabatini-lala |
Make the step and offset fields of the component descriptor express a …
|
|
|
@8514f842
|
16 years |
Reimar.Doeffinger |
Fix ipvideo_decode_block_opcode_0xD again.
Originally committed as …
|
|
|
@9b34899e
|
16 years |
stefano.sabatini-lala |
Document read_line().
Originally committed as revision 18286 to …
|
|
|
@f9f74ab9
|
16 years |
stefano.sabatini-lala |
Add a notice telling that the behavior of skip_put_bits() is undefined …
|
|
|
@dd9630e4
|
16 years |
Reimar.Doeffinger |
Cosmetics: remove some pointless {}
Originally committed as revision …
|
|
|
@993a4423
|
16 years |
Reimar.Doeffinger |
Slightly simplify ipvideo_decode_block_opcode_0xD
Originally …
|
|
|
@49a20ffa
|
16 years |
Reimar.Doeffinger |
One more simplification for ipvideo_decode_block_opcode_0xA
…
|
|
|
@bcbd9a14
|
16 years |
stefano.sabatini-lala |
Cosmetics: reorder the pixel format descriptors to make them match the …
|
|
|
@5e8b83ac
|
16 years |
Reimar.Doeffinger |
Slightly simplify first part of ipvideo_decode_block_opcode_0xA, …
|
|
|
@f938cbf9
|
16 years |
stefano.sabatini-lala |
Change the order of the components for RGB565LE and RGB565BE,
to make …
|
|
|
@eb39fb51
|
16 years |
stefano.sabatini-lala |
Add comments specifying the name of the components in the descriptors. …
|
|
|
@283531a8
|
16 years |
Reimar.Doeffinger |
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the …
|
|
|
@4472ad2c
|
16 years |
Reimar.Doeffinger |
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
Originally …
|
|
|
@30266c92
|
16 years |
stefano.sabatini-lala |
Make read_line() take as parameter a const AVPixFmtDescriptor * rather …
|
|
|
@e7f98e4e
|
16 years |
diego |
Add missing $(EXESUF) to example/test program dependency declaration.
…
|
|
|
@3ba153f8
|
16 years |
diego |
Replace MPEG group reference DCT implementation by newly rewritten …
|
|
|
@41b4dbb
|
16 years |
diego |
Replacement reference DCT implementation.
patch by Dylan Yudaken, …
|
|
|
@f02bd7e4
|
16 years |
Reimar.Doeffinger |
Avoid the last two uses of bitmasks in interplayvideo
Originally …
|
|
|
@3f300d7e
|
16 years |
Reimar.Doeffinger |
100l, fix FATE test broken by r18264
Originally committed as revision …
|
|
|
@9aaacc24
|
16 years |
Reimar.Doeffinger |
Reindent
Originally committed as revision 18270 to …
|
|
|
@1548839e
|
16 years |
Reimar.Doeffinger |
Deduplicate code by moving it outside the if/else
Originally …
|
|
|
@268a618b
|
16 years |
Reimar.Doeffinger |
Rearrange how the different cases are checked to reduce the number of …
|
|
|
@168fffdf
|
16 years |
benoit.fouet |
Fix warnings in tree.c test code.
Originally committed as revision …
|
|
|
@0448b78b
|
16 years |
Reimar.Doeffinger |
Avoid "reloading" code by using a 64 bit type for the flags and …
|
|
|
@3766b9e0
|
16 years |
Reimar.Doeffinger |
Remove now pointless temporary pix variables.
Originally committed as …
|
|
|
@0312b77c
|
16 years |
Reimar.Doeffinger |
Slightly simplify part of ipvideo_decode_block_opcode_0x8
Originally …
|
|
|
@51e35028
|
16 years |
Reimar.Doeffinger |
Fix indentation
Originally committed as revision 18263 to …
|
|
|
@9be06a0
|
16 years |
Reimar.Doeffinger |
Avoid code duplication by using ?: and array indexing instead of …
|
|
|