|
|
|
@6d924b5a
|
15 years |
kostya.shishkov |
Release frame after decoding is done
Originally committed as revision …
|
|
|
@ea09f691
|
15 years |
Reimar.Doeffinger |
Print a warning message when avcodec_default_free_buffers finds …
|
|
|
@4a49ab77
|
15 years |
Reimar.Doeffinger |
Remove unnecessary calls to avcodec_check_dimensions, the check is …
|
|
|
@0fbb0185
|
15 years |
Reimar.Doeffinger |
Call release_buffer on close for v210dec and v210x
Originally …
|
|
|
@4b5fee02
|
15 years |
Reimar.Doeffinger |
Add missing release_buffer on close
Originally committed as revision …
|
|
|
@d8b35b85
|
15 years |
Reimar.Doeffinger |
Add decoder for "forward uncompressed".
Fixes issue 1467.
Originally …
|
|
|
@7537726
|
15 years |
Reimar.Doeffinger |
Implement execute2 for w32thread
Originally committed as revision …
|
|
|
@1e6ff470
|
15 years |
Reimar.Doeffinger |
Fix w32thread implementation to handle job count > thread_count.
…
|
|
|
@5bd1fc6f
|
15 years |
Reimar.Doeffinger |
fft_dispatch array should be const
Originally committed as revision …
|
|
|
@c522b4e
|
15 years |
Reimar.Doeffinger |
Simplify: use FFSWAP
Originally committed as revision 20222 to …
|
|
|
@1e699993
|
15 years |
Reimar.Doeffinger |
MXF: simply ignore tracks that are invalid due to not having a valid …
|
|
|
@87462968
|
15 years |
justin.ruggles |
Add Speex support to the Ogg muxer.
Originally committed as revision …
|
|
|
@24c6f152
|
15 years |
justin.ruggles |
Do not read data past the end of the SSND chunk in the AIFF demuxer. …
|
|
|
@dd9d5a1
|
15 years |
Carl Eugen Hoyos |
Support Midvid JPEG Video Codec (still flipped).
Originally committed …
|
|
|
@54089ecd
|
15 years |
Carl Eugen Hoyos |
Support Intel JPEG Library Video Codec (still flipped).
Originally …
|
|
|
@15299b38
|
15 years |
justin.ruggles |
Calculate correct packet durations when demuxing Ogg/Speex. This …
|
|
|
@933e8667
|
15 years |
saschasommer |
extend description of avcodec_decode_audio3:
- clarify when 0 is …
|
|
|
@90aa6ace
|
15 years |
Reimar.Doeffinger |
Merge declaration and initialization
Originally committed as revision …
|
|
|
@098d8e09
|
15 years |
Reimar.Doeffinger |
Simplify: use FFMIN
Originally committed as revision 20213 to …
|
|
|
@b5ca9cd3
|
15 years |
Reimar.Doeffinger |
Reindent after removing the outer for loops in the execute2 patch
…
|
|
|
@2a1294b9
|
15 years |
Reimar.Doeffinger |
Move dnxhdenc to execute2 multithreading API.
This allows for some …
|
|
|
@8d23a86f
|
15 years |
Reimar.Doeffinger |
Add an execute2 function that is more flexible and allows to use …
|
|
|
@febd1c90
|
15 years |
Carl Eugen Hoyos |
Detect Windows Media DRM protected files and display warning if no key …
|
|
|
@0115b3ea
|
15 years |
mans |
ARM: align stack in NEON h264 mc functions
A certain rotten fruit …
|
|
|
@e276d9e8
|
15 years |
mans |
ARM: force PIC for shared libs only with ARMv6T2 and later
Originally …
|
|
|
@b8c0db99
|
15 years |
Carl Eugen Hoyos |
Allow autodetection of E-AC3.
Originally committed as revision 20206 …
|
|
|
@a9b02043
|
15 years |
Reimar.Doeffinger |
Do the dnxhd_720p_rd test with -threads 4 in order to also test the …
|
|
|
@3e6015cc
|
15 years |
mans |
ARM: simplify movrel definition as CONFIG_PIC is now set for shared …
|
|
|
@1fce58c2
|
15 years |
mans |
ARM: enable PIC for shared libs
Recent versions of gcc generate …
|
|
|
@9881d05
|
15 years |
Reimar.Doeffinger |
100l in avpicture_layout: width of chroma planes depends on format …
|
|
|
@53b04467
|
15 years |
kostya.shishkov |
Warn when WVC1 cannot be decoded
Originally committed as revision …
|
|
|
@0096d766
|
15 years |
Carl Eugen Hoyos |
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
Originally …
|
|
|
@3bb98498
|
15 years |
Reimar.Doeffinger |
Hack: set the coded frame PTS to the incoming PTS.
This is not …
|
|
|
@04670366
|
15 years |
stefano.sabatini-lala |
Document the additon of the w and h fields to AVFilterPic.
Originally …
|
|
|
@268fcbe2
|
15 years |
Reimar.Doeffinger |
Fix 100l incorrect bitmask check.
Originally committed as revision …
|
|
|
@9e553f7a
|
15 years |
kostya.shishkov |
Print error message when true interlaced VC-1 frames are encountered …
|
|
|
@54eb4ae0
|
15 years |
daniel |
Do not allow 0 sample rate in TMV demuxer
Originally committed as …
|
|
|
@f19ae9ea
|
15 years |
daniel |
Stricter TMV probe
Originally committed as revision 20194 to …
|
|
|
@0359289
|
15 years |
robert.swain |
AAC: Fix regression introduced in r20067 where ADTS files would always …
|
|
|
@144fec83
|
15 years |
lessen42 |
dca and aac decoders use float_to_int16_interleave, so check for
the C …
|
|
|
@12bf71b6
|
15 years |
mans |
ARM: whitespace cosmetics
Originally committed as revision 20191 to …
|
|
|
@bef966e
|
15 years |
mans |
ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
Originally committed as …
|
|
|
@46c40e48
|
15 years |
stefano.sabatini-lala |
Add w and h fields to AVFilterPic.
See the thread:
"[FFmpeg-devel] …
|
|
|
@9797ce58
|
15 years |
justin.ruggles |
Add ALAC encoding and decoding regression tests.
Originally committed …
|
|
|
@96da1c51
|
15 years |
stefano.sabatini-lala |
Implement trace messages logging in the filterchain processing.
It is …
|
|
|
@2ad4c241
|
15 years |
mans |
ARM: make function names all-lowercase
Originally committed as …
|
|
|
@cf57bea6
|
15 years |
mans |
ARM: enable ARMv4 add_pixels_clamped
Somehow this function was never …
|
|
|
@153f4957
|
15 years |
mans |
ARM: ARMv6 optimised add_pixels_clamped()
Originally committed as …
|
|
|
@c8315e91
|
15 years |
mans |
ARM: whitespace cosmetics
Originally committed as revision 20183 to …
|
|
|
@70d8c762
|
15 years |
daniel |
Reindent
Originally committed as revision 20182 to …
|
|
|
@811e0fc2
|
15 years |
daniel |
Add RF64 support to wav demuxer.
Originally committed as revision …
|
|
|
@7ae8fb8f
|
15 years |
daniel |
Add my GPG key fingerprint
Originally committed as revision 20180 to …
|
|
|
@73c6f598
|
15 years |
Carl Eugen Hoyos |
Move HuffYUV left prediction to dsputil.
Patch by Nathan Caldwell, …
|
|
|
@95ce961d
|
15 years |
kostya.shishkov |
Since some junk may be or may be not present before actual VC-1 …
|
|
|
@01418506
|
15 years |
Reimar.Doeffinger |
Remove casts that are useless since the argument is void *.
…
|
|
|
@1c38da8
|
15 years |
jmenon86 |
Allow building api-example from outside of libavcodec and also
make it …
|
|
|
@7fd5aeb3
|
15 years |
Carl Eugen Hoyos |
Only read ID3v1 tag if ID3v2 isn't present or is empty.
This prevents …
|
|
|
@9a9964c5
|
15 years |
justin.ruggles |
cosmetics: reindent and line wrap after last commit
Originally …
|
|
|
@d6eee9f3
|
15 years |
justin.ruggles |
alacenc: add a fixed LPC coefficient mode as compression level 1. old …
|
|
|
@1fe4abf3
|
15 years |
michaelni |
Revert:
r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May …
|
|
|
@41770abf
|
15 years |
ramiro.polla |
id3v2: Export all text information frames with correct names.
Patch by …
|
|
|
@078d89a2
|
15 years |
ramiro.polla |
MP3 muxer: Write all metadata.
Patch by Anton Khirnov <wyskas at gmail …
|
|
|
@79c07907
|
15 years |
diego |
Fix pcm_read_seek () when the position it calculates is greater than 2 …
|
|
|
@63380b5e
|
15 years |
Carl Eugen Hoyos |
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as …
|
|
|
@55c0e1e6
|
15 years |
mans |
ARM: add ff_ prefix to lots of functions
Originally committed as …
|
|
|
@9abcc9a6
|
15 years |
mans |
ARM: cosmetics
Originally committed as revision 20166 to …
|
|
|
@f67e0b82
|
15 years |
mans |
ARM: replace some #if with if()
Originally committed as revision …
|
|
|
@701c618f
|
15 years |
mans |
ARM: clean up file/function naming conventions
Originally committed …
|
|
|
@84d430f8
|
15 years |
mans |
ARM: clean up dsputil initialisation
- Move v5 and v6 initialisation …
|
|
|
@384f26f4
|
15 years |
pross |
Sun Raster RGB support
Originally committed as revision 20162 to …
|
|
|
@e18027ac
|
15 years |
Carl Eugen Hoyos |
Add FIXME about low_delay vs has_b_frames.
Originally committed as …
|
|
|
@f4a4be3
|
15 years |
Carl Eugen Hoyos |
H264 allows B frames without requiring a >=1 sized buffer.
Patch by …
|
|
|
@1febba1e
|
15 years |
mans |
ARM: shorten some long macro names
Originally committed as revision …
|
|
|
@2e823300
|
15 years |
mans |
ARM: update ldm/stm instructions to modern syntax
Originally …
|
|
|
@abff992d
|
15 years |
mans |
ARM: whitespace cosmetics
Originally committed as revision 20157 to …
|
|
|
@f640478b
|
15 years |
robert.swain |
Reindent after channel layout commit from yesterday
Originally …
|
|
|
@aac4b0a4
|
15 years |
saschasommer |
increase maximum compressed frame size
fixes playback of piece.wmv
…
|
|
|
@037396d0
|
15 years |
saschasommer |
return AVERROR_INVALIDDATA when the bitstream could not be decoded
…
|
|
|
@dae0d1e2
|
15 years |
pross |
Support decoding of uncompressed PCX scanlines
Originally committed …
|
|
|
@c61e40b7
|
15 years |
mans |
ARM: use plain labels for pc-relative addressing
Originally committed …
|
|
|
@b44c6d8e
|
15 years |
mans |
ARM: remove unnecessary .fpu neon directives
Originally committed as …
|
|
|
@fd818a21
|
15 years |
mans |
ARM: use undocumented .syntax directive to enable UAL syntax
…
|
|
|
@43d160fd
|
15 years |
stefano.sabatini-lala |
Prefer "loglevel" over "logging level number or string" as argname of …
|
|
|
@53a71e1b
|
15 years |
robert.swain |
Add vorbis channel layout support according to those defined in the …
|
|
|
@e654b7c2
|
15 years |
mans |
ARM: apply extern symbol prefix where needed
Originally committed as …
|
|
|
@c7f7978a
|
15 years |
mans |
configure: define extern symbol prefix without quotes for for asm …
|
|
|
@8dfa86f7
|
15 years |
mans |
Do not use -mdynamic-no-pic if PIC is enabled
Originally committed as …
|
|
|
@50fa82e6
|
15 years |
mans |
ARM: add -marm flag since we do not support Thumb
Originally …
|
|
|
@3fcb511
|
15 years |
Reimar.Doeffinger |
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end …
|
|
|
@e581b628
|
15 years |
Reimar.Doeffinger |
wav: return av_get_packet errors unchanged.
Originally committed as …
|
|
|
@4bd7cb8
|
15 years |
Reimar.Doeffinger |
Fix seek regression test: several AVERROR(EIO) correctly changed to …
|
|
|
@fbc66301
|
15 years |
Reimar.Doeffinger |
Remove url_feof check that would be triggered only after incorrectly …
|
|
|
@8a62a378
|
15 years |
Reimar.Doeffinger |
Remove useless setting of pkt->size, av_get_packet already handles …
|
|
|
@a7a9dd0
|
15 years |
Reimar.Doeffinger |
Return special EOF checking for aiff and au demuxers, the check was at …
|
|
|
@c3db0bc6
|
15 years |
Reimar.Doeffinger |
Return any error return values from av_get_packet, get_buffer etc. …
|
|
|
@593b50ce
|
15 years |
Reimar.Doeffinger |
Make seek regression tests fit after previous get_buffer change.
The …
|
|
|
@7f7686df
|
15 years |
Reimar.Doeffinger |
Make get_buffer and get_partial_buffer return url_ferror or …
|
|
|
@de27f4d9
|
15 years |
lessen42 |
Check whether 32-bit x86 is really 64-bit
Fixes configure on OS X 10.6 …
|
|
|
@553e9f75
|
15 years |
Aurélien Jacobs |
matroskadec: cosmetics: indentation
Originally committed as revision …
|
|
|
@ff0d5a74
|
15 years |
Aurélien Jacobs |
matroskadec: don't overwrite extradata already read by …
|
|
|