|
|
|
@c994dae1
|
16 years |
kostya.shishkov |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@bd4110f9
|
16 years |
kostya.shishkov |
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders
…
|
|
|
@1d0036b0
|
16 years |
rsbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really …
|
|
|
@72619760
|
16 years |
michaelni |
Remvoe useless assignment found by CSA.
Originally committed as …
|
|
|
@b52b6ae4
|
16 years |
michaelni |
Remove unused variable from decode_init() found by CSA.
Originally …
|
|
|
@b0e37369
|
16 years |
vitor1001 |
Remove useless assignment in generate_codebook(). Found by Clang …
|
|
|
@806d5e61
|
16 years |
michaelni |
Remove unused variables from ff_mjpeg_decode_sos() found by CSA.
…
|
|
|
@c2394854
|
16 years |
michaelni |
Remove useless assignment from h263_pred_dc() found by the clang …
|
|
|
@6e21a5b1
|
16 years |
michaelni |
Move declarations in mpeg1_encode_motion() closer to where they are …
|
|
|
@2a47a266
|
16 years |
michaelni |
Useless assignment found by the clang static analyzer.
Originally …
|
|
|
@03d5ea54
|
16 years |
michaelni |
Get rid of an unused variable, found by the clang static analyzer.
…
|
|
|
@d728e3cd
|
16 years |
michaelni |
Moving variable declarations in asf_build_simple_index() to …
|
|
|
@95f3019a
|
16 years |
justin.ruggles |
ac3dec: reorder output channels to SMPTE channel order
Originally …
|
|
|
@8b5ec087
|
16 years |
Reimar.Doeffinger |
Change tgq_decode_mb function arguments from using int8_t to uint8_t, …
|
|
|
@a7c6e117
|
16 years |
justin.ruggles |
ac3enc: reorder input channels to AC-3 channel order
Originally …
|
|
|
@35e2e68
|
16 years |
jmenon86 |
Add my public key fingerprint to MAINTAINERS.
Originally committed as …
|
|
|
@c3481d18
|
16 years |
Reimar.Doeffinger |
Remove unused audio_pts field from ea demuxer struct
Originally …
|
|
|
@3f19810d
|
16 years |
Reimar.Doeffinger |
Remove unused code from Westwood VQA/AUD demuxer.
Originally …
|
|
|
@8bb3d6a6
|
16 years |
diego |
Do not add -fno-common to CFLAGS on DOS, it is unneeded.
Originally …
|
|
|
@d8f3f340
|
16 years |
lessen42 |
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon
…
|
|
|
@2d08f9e
|
16 years |
lessen42 |
VC1 loop filter uses the frame quantizer not the mb quantizer
…
|
|
|
@74b14aac
|
16 years |
michaelni |
Support broken avc nal encapsulation.
Fixes issue987.
Originally …
|
|
|
@0bc08ed9
|
16 years |
justin.ruggles |
flacenc: write initial blocksize to STREAMINFO header instead of …
|
|
|
@799a0722
|
16 years |
rsbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist …
|
|
|
@7e030c47
|
16 years |
michaelni |
Clarify which exact variant of ISO 639 is used. (The ISO spec …
|
|
|
@e223a3b
|
16 years |
Reynaldo H. Verdejo Pinochet |
[COSMETIC] Correct a minor nit. Should be clearer now.
Originally …
|
|
|
@807c4c7
|
16 years |
Reynaldo H. Verdejo Pinochet |
Fix possibly harmful outbound addressing. Patch by Kenan Gillet.
…
|
|
|
@c21c835
|
16 years |
lessen42 |
avg_ pixel functions need to use (dst+pix+1)>>1 to average with …
|
|
|
@29382bc1
|
16 years |
diego |
Check for Decoder_Interface_init() instead of …
|
|
|
@30e79845
|
16 years |
rsbultje |
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, …
|
|
|
@888505df
|
16 years |
diego |
Explain the sort order for changelog entries.
Originally committed as …
|
|
|
@ddd94932
|
16 years |
lessen42 |
Ensure that there's pages to read for duration calculation in the ogg …
|
|
|
@99cc7f8a
|
16 years |
lessen42 |
Altivec version of avg_no_rnd_vc1_chroma_mc8
Originally committed as …
|
|
|
@3992526b
|
16 years |
lessen42 |
Split VC1 loop filter into separate functions for h/v and size
…
|
|
|
@0e58865d
|
16 years |
lessen42 |
Move VC1 loop filter to DSPContext
Originally committed as revision …
|
|
|
@9bf0fdf
|
16 years |
lessen42 |
VC1: extend MMX qpel MC to include MMX2 avg qpel
Originally committed …
|
|
|
@8013da73
|
16 years |
lessen42 |
VC1: add and use avg_no_rnd chroma MC functions
Originally committed …
|
|
|
@c374691b
|
16 years |
lessen42 |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
…
|
|
|
@08982bb4
|
16 years |
Carl Eugen Hoyos |
Cosmetics: Split long line.
Originally committed as revision 18516 to …
|
|
|
@899f38d
|
16 years |
Carl Eugen Hoyos |
Fix two icc warnings #188: enumerated type mixed with another type.
…
|
|
|
@34bcada
|
16 years |
Carl Eugen Hoyos |
Fix icc warning #188: enumerated type mixed with another type.
…
|
|
|
@5c463aac
|
16 years |
Carl Eugen Hoyos |
Fix icc warning #188: enumerated type mixed with another type.
…
|
|
|
@de5922f1
|
16 years |
vitor1001 |
For every line, copy 3*width bytes instead of linesize[0] to avoid …
|
|
|
@6cecd630
|
16 years |
lessen42 |
VC1: Do qpel when needed for both MVs in a B frame
Originally …
|
|
|
@44be8d42
|
16 years |
ramiro.polla |
mingw32: FFmpeg now passes -fno-common automatically.
Originally …
|
|
|
@e6327fba
|
16 years |
rsbultje |
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC …
|
|
|
@d648c720
|
16 years |
diego |
whitespace cosmetics: Break some overly long lines.
Originally …
|
|
|
@39e5f87
|
16 years |
cschieli |
Do not use abgrToA for both luma and alpha channel in hyscale.
This …
|
|
|
@373afbaf
|
16 years |
rsbultje |
Increase the SDP buffer size (again!) and also increase the temporary …
|
|
|
@fe479c9d
|
16 years |
cschieli |
Also copy pixel_aspect when copying the picref in …
|
|
|
@184fcc60
|
16 years |
alex.converse |
Mark src constant in copy_block*().
Originally committed as revision …
|
|
|
@22c4c3e0
|
16 years |
justin.ruggles |
Support audio sample formats than S16 when encoding a small last …
|
|
|
@7c8689e
|
16 years |
baptiste.coudurier |
set pkt duration for last smaller frame, should fix alac in m4a muxing …
|
|
|
@bee3140a
|
16 years |
baptiste.coudurier |
fix indentation
Originally committed as revision 18503 to …
|
|
|
@de481d7f
|
16 years |
baptiste.coudurier |
avoid strcmp NULL, fix segv on mingw
Originally committed as revision …
|
|
|
@1894e741
|
16 years |
ramiro.polla |
win32, dos: Work around a bug in the GNU toolchain.
The bug[1] is …
|
|
|
@c573eb8
|
16 years |
baptiste.coudurier |
fix indentation
Originally committed as revision 18500 to …
|
|
|
@ad25b954
|
16 years |
stefano.sabatini-lala |
Fix skip_put_bits() buf_ptr increment.
Originally committed as …
|
|
|
@0aed5e9f
|
16 years |
uhmmmm |
Skip loop iterations which are no-ops due to data1[-lag..-1] being …
|
|
|
@fb53b4a
|
16 years |
stefano.sabatini-lala |
Rename pbBufPtr() to put_bits_ptr().
The new name is more readable and …
|
|
|
@084c7cc5
|
16 years |
stefano.sabatini-lala |
Do not use full include path for get_bits.h, since the header is in …
|
|
|
@437f884d
|
16 years |
jmenon86 |
flacenc : do not #include libavutil/lls.h since lpc code is now …
|
|
|
@9106a698
|
16 years |
stefano.sabatini-lala |
Rename bitstream.h to get_bits.h.
Originally committed as revision …
|
|
|
@309a8bb8
|
16 years |
jmenon86 |
alacenc : cosmetics : remove misleading comment
Originally committed …
|
|
|
@b3eab9fb
|
16 years |
baptiste.coudurier |
seek inside buffer when offset is exactly at the end, fix seeking with …
|
|
|
@3321cb3f
|
16 years |
baptiste.coudurier |
move audio buffers declarations and free them in av_exit
Originally …
|
|
|
@5973490a
|
16 years |
baptiste.coudurier |
move freeing code before exiting because of signal
Originally …
|
|
|
@3b801075
|
16 years |
baptiste.coudurier |
free options contexts in av_exit, valgrind should be happy now
…
|
|
|
@1bd280f7
|
16 years |
baptiste.coudurier |
Set frame defaults in try_decode_frame.
Fix:
==22211== Conditional …
|
|
|
@1b661802
|
16 years |
baptiste.coudurier |
fix indentation
Originally committed as revision 18482 to …
|
|
|
@e44745f1
|
16 years |
baptiste.coudurier |
fix indentation and remove whitespace after return
Originally …
|
|
|
@e472ea34
|
16 years |
baptiste.coudurier |
reindent
Originally committed as revision 18480 to …
|
|
|
@8fa0ae0
|
16 years |
baptiste.coudurier |
Init state to -1 in h264 parser.
Fix:
==22063== Conditional jump or …
|
|
|
@cc3a2486
|
16 years |
diego |
Move addition of MMX-OBJS to OBJS into common.mak instead of …
|
|
|
@c5662879
|
16 years |
diego |
Move addition of MMX-OBJS to OBJS into common.mak instead of …
|
|
|
@457eed72
|
16 years |
diego |
whitespace cosmetics: Reindent a few lines and break a few excessively …
|
|
|
@8bf7a510
|
16 years |
Reynaldo H. Verdejo Pinochet |
Fix wrong size computation for buffer. Patch is part of
netgem's …
|
|
|
@5137235
|
16 years |
diego |
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc …
|
|
|
@788cca41
|
16 years |
diego |
Remove AltiVec optimizations for Snow. They are hindering the …
|
|
|
@d225a1e2
|
16 years |
michaelni |
Fix 2 access units in a packet mp4s.
Fixes issue944 and possibly …
|
|
|
@ead79335
|
16 years |
michaelni |
Get rid of the non sensical idea of using the current picture for …
|
|
|
@256299d3
|
16 years |
michaelni |
Factorize field_end() out.
Originally committed as revision 18472 to …
|
|
|
@7824b129
|
16 years |
michaelni |
Assert that the first list1 entry is a reference frame.
Originally …
|
|
|
@238ef6da
|
16 years |
Reimar.Doeffinger |
Add a av_fast_malloc function and replace several uses of …
|
|
|
@9bf993a5
|
16 years |
Reimar.Doeffinger |
Use void * instead of uint8_t * for the destination buffer for …
|
|
|
@0c13bbf5
|
16 years |
Reimar.Doeffinger |
av_destruct_packet_nofree deprecation explained in APIchanges
…
|
|
|
@55775b09
|
16 years |
Reimar.Doeffinger |
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic …
|
|
|
@53bd67ec
|
16 years |
stefano.sabatini-lala |
Document pbBufPtr().
Originally committed as revision 18466 to …
|
|
|
@c950c25a
|
16 years |
baptiste.coudurier |
remove useless wrapper
Originally committed as revision 18465 to …
|
|
|
@c96495e7
|
16 years |
Reimar.Doeffinger |
Move ea demuxer messages that are irrelevant to ordinary users from …
|
|
|
@7b9677f6
|
16 years |
baptiste.coudurier |
remove useless wrapper
Originally committed as revision 18463 to …
|
|
|
@f28c4e75
|
16 years |
Reimar.Doeffinger |
Slightly improve/correct description of wc3_pal_lookup
Originally …
|
|
|
@b2755007
|
16 years |
stefano.sabatini-lala |
Split bitstream.h, put the bitstream writer stuff in the new file …
|
|
|
@77daaf67
|
16 years |
michaelni |
Disable metadata reading. Yes, I would like to know what this code is …
|
|
|
@f79e331
|
16 years |
justin.ruggles |
Add names for 5.0 and 5.1 back speaker channel layouts.
Originally …
|
|
|
@ebcf352a
|
16 years |
baptiste.coudurier |
replace DEBUG_SI with DEBUG and use dprintf
Originally committed as …
|
|
|
@495b3766
|
16 years |
baptiste.coudurier |
Set stream type to ac3 if registration descriptor is present.
Based on …
|
|
|
@4f1db48e
|
16 years |
baptiste.coudurier |
simplify registration descriptor parsing with bytestream get functions …
|
|
|
@a4d2af9b
|
16 years |
baptiste.coudurier |
Ok, ts demuxer is more complicated than I thought
Revert r18454 and …
|
|
|
@2b97246e
|
16 years |
baptiste.coudurier |
fix end of buffer check, fix hang_read_header.h264.ts
Originally …
|
|
|