|
|
|
@2b12317a
|
16 years |
lucabe72 |
Fix documentation for the "-ps" option
Patch by Martin Storsjö (martin …
|
|
|
@93319670
|
16 years |
lucabe72 |
AAC packetiser cleanup: use consts instead of #defines
Originally …
|
|
|
@ddffcb2d
|
16 years |
lucabe72 |
AAC packetiser cleanup: remove check for a condition that cannot …
|
|
|
@d2ce53b7
|
16 years |
lucabe72 |
Fix two checks in the AAC packetiser, which were too conservative …
|
|
|
@cc02412
|
16 years |
michaelni |
Make sure the next used frame is released so get_buffer() wont fail.
…
|
|
|
@38fd076c
|
16 years |
michaelni |
Move release_buffer() up so it is prior to a future call to it.
…
|
|
|
@0a08b573
|
16 years |
michaelni |
Factorize release_buffer()
Originally committed as revision 18397 to …
|
|
|
@eebbb33
|
16 years |
michaelni |
Make sure spatial_decomposition_count is not too large for picture …
|
|
|
@69409ccb
|
16 years |
michaelni |
Skip non intra frames that have no reference frames.
Originally …
|
|
|
@440882f7
|
16 years |
michaelni |
Make sure spatial_decomposition_count is >0.
Originally committed as …
|
|
|
@dc7f45a0
|
16 years |
michaelni |
Make sure the block array is of the correct size.
This might have been …
|
|
|
@bc4350a3
|
16 years |
michaelni |
Check spatial_decomposition_count too, fixes another crash.
…
|
|
|
@45d1d979
|
16 years |
michaelni |
10l, forgot to remove old code, which broke snow.
Originally …
|
|
|
@158f189f
|
16 years |
michaelni |
Factorize check of read symbols.
Originally committed as revision …
|
|
|
@a7943566
|
16 years |
michaelni |
Fix spatial_decomposition_type validity check.
Fixes infinite loop …
|
|
|
@f0812be8
|
16 years |
michaelni |
Fix crash when max_ref_frames was out of range.
This might have been …
|
|
|
@985fdd53
|
16 years |
diego |
Give liblzo benchmark conditionals more descriptive names and add …
|
|
|
@e4673692
|
16 years |
diego |
Add a configure check for lzo1x_999_compress() and compile the lzo …
|
|
|
@ef12ec23
|
16 years |
Reimar.Doeffinger |
Fix memleak in nuv demuxer: free packet already allocated packet when …
|
|
|
@7a709548
|
16 years |
diego |
Remove unnecessary gcc_fixes.h #include.
Originally committed as …
|
|
|
@952f18ff
|
16 years |
diego |
cosmetics: Reformat comment paragraph and fix a few typos in it.
…
|
|
|
@cdf38a17
|
16 years |
michaelni |
Fix -ss / -t interaction with -acodec copy.
Fixes issue203
Originally …
|
|
|
@0127b861
|
16 years |
michaelni |
Fix mb_height for interlaced mpeg2.
This correctly fixes issue961, …
|
|
|
@e90f5b5a
|
16 years |
ramiro.polla |
configure: Add --enable-runtime-cpudetect
Originally committed as …
|
|
|
@10a7d216
|
16 years |
ramiro.polla |
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define …
|
|
|
@94705111
|
16 years |
Reimar.Doeffinger |
Correctly set packet size for partial video packets in nuv demuxer.
…
|
|
|
@feb993e5
|
16 years |
Reimar.Doeffinger |
Add av_shrink_packet function for use in av_get_packet that reduces …
|
|
|
@c81604f8
|
16 years |
Carl Eugen Hoyos |
Reduce code duplication.
Patch by Zhentan Feng, spyfeng gmail
…
|
|
|
@2851d225
|
16 years |
rsbultje |
Document addition of new avcodec_decode_video2/audio3/subtitle2() API …
|
|
|
@08e696c0
|
16 years |
lucabe72 |
Add support for AMR audio in the RTP muxer
patch by Martin Storsjö …
|
|
|
@17ad7b24
|
16 years |
baptiste.coudurier |
force sample for qcelp when not stored in mov, fix #968
Originally …
|
|
|
@4bce3ba4
|
16 years |
rsbultje |
Reindent after r18372.
Originally committed as revision 18373 to …
|
|
|
@6e9f56c1
|
16 years |
rsbultje |
Add waveformat-extensible support in the wav muxer.
Patch (GSoC …
|
|
|
@7b356d39
|
16 years |
robert.swain |
Clarify which time_base the relevant members of AVPacket use
…
|
|
|
@3c8d1447
|
16 years |
baptiste.coudurier |
move codec tag tables near corresponding code
Originally committed as …
|
|
|
@08680ab8
|
16 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 18369 to …
|
|
|
@0872acc4
|
16 years |
baptiste.coudurier |
cosmetics, add empty line and remove useless braces
Originally …
|
|
|
@b6cb9946
|
16 years |
baptiste.coudurier |
fix compilation, add missing parenthesis
Originally committed as …
|
|
|
@130ba4b1
|
16 years |
baptiste.coudurier |
comment the ipod subtitle check
Originally committed as revision …
|
|
|
@6452af7a
|
16 years |
baptiste.coudurier |
invert condition to simplify code
Originally committed as revision …
|
|
|
@cf9ce6a3
|
16 years |
baptiste.coudurier |
remove no more needed code, tag is set by default
Originally …
|
|
|
@2ab57c04
|
16 years |
baptiste.coudurier |
cosmetics, reindent, add empty lines
Originally committed as revision …
|
|
|
@6b600285
|
16 years |
baptiste.coudurier |
split mov_find_codec_tag in separate per format functions
Originally …
|
|
|
@f3370e14
|
16 years |
stefano.sabatini-lala |
Improve grammar/comprehensibility of the lavu 50.2.0 entry.
…
|
|
|
@b0723c8a
|
16 years |
Reimar.Doeffinger |
Always return 0 if read_packet is successful.
Originally committed as …
|
|
|
@ac2b2226
|
16 years |
Reimar.Doeffinger |
Do not uselessly read version string into a buffer.
Originally …
|
|
|
@6883ebe4
|
16 years |
Reimar.Doeffinger |
Describe read_alloc return value and required pkt handling to avoid …
|
|
|
@4e5735f7
|
16 years |
Reimar.Doeffinger |
Error out also when reading nuv header returns with partial data and …
|
|
|
@2fa6bc78
|
16 years |
baptiste.coudurier |
set bits_per_coded_sample for rawvideo
Originally committed as …
|
|
|
@50d2d05d
|
16 years |
baptiste.coudurier |
override mov fourcc for pcm audio, this is safer when stream copying
…
|
|
|
@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 …
|
|
|