|
|
|
@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 …
|
|
|
@a3d23e15
|
16 years |
baptiste.coudurier |
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of …
|
|
|
@d2e63e8b
|
16 years |
Reimar.Doeffinger |
Simplify packet duplication code in ff_interleave_add_packet. …
|
|
|
@031e14ea
|
16 years |
stefano.sabatini-lala |
Fix initialization of avpkt in output_packet().
Patch by Thilo …
|
|
|
@7ce04209
|
16 years |
Reimar.Doeffinger |
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due …
|
|
|
@dae24349
|
16 years |
stefano.sabatini-lala |
Fix documentation for avcodec_encode_audio(), in the case of PCM audio …
|
|
|
@4af615b
|
16 years |
stefano.sabatini-lala |
Document the 'size' parameter of set_put_bits_buffer_size().
…
|
|
|
@930cab59
|
16 years |
stefano.sabatini-lala |
Document ff_put_string().
Originally committed as revision 18447 to …
|
|
|
@cfb9b355
|
16 years |
Reimar.Doeffinger |
wc3movie: return partial packets if not all data can be read.
This is …
|
|
|
@cdbe3798
|
16 years |
Reimar.Doeffinger |
Explain the purpose of the wc3_pal_lookup and the formula that was …
|
|
|
@f6a708f
|
16 years |
Reimar.Doeffinger |
Use get_le32/get_be32 in wc3movie demuxer instead of reading …
|
|
|
@147a90a3
|
16 years |
stefano.sabatini-lala |
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
Originally …
|
|
|
@54b02ccd
|
16 years |
stefano.sabatini-lala |
Rename the 'put_zero' parameter of ff_put_string() to …
|
|
|
@980f5451
|
16 years |
stefano.sabatini-lala |
Add documentation for skip_put_bytes().
Originally committed as …
|
|
|
@093364da
|
16 years |
stefano.sabatini-lala |
Doxygenate ff_copy_bits().
Originally committed as revision 18440 to …
|
|
|
@86755e82
|
16 years |
stefano.sabatini-lala |
Factorize declaration for the two variants of put_bits().
Originally …
|
|
|
@1b923aa
|
16 years |
michaelni |
Two INIT_VLC_USE_STATIC cases Carl missed.
Originally committed as …
|
|
|
@78435e99
|
16 years |
michaelni |
get rid of INIT_VLC_USE_STATIC in h261.
Originally committed as …
|
|
|
@76ac7198
|
16 years |
michaelni |
Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
Originally committed as …
|
|
|
@2a0241ae
|
16 years |
michaelni |
Get rid of INIT_VLC_USE_STATIC in 4xm.
Originally committed as …
|
|
|
@5338bec6
|
16 years |
michaelni |
Get rid of INIT_VLC_USE_STATIC in asv1.
Originally committed as …
|
|
|
@5cf4331b
|
16 years |
michaelni |
Get rid of INIT_VLC_USE_STATIC in msmpeg4
Originally committed as …
|
|
|
@0a73e94f
|
16 years |
stefano.sabatini-lala |
Clarify documentation for put_bits_count().
Originally committed as …
|
|
|
@80d403fc
|
16 years |
Reimar.Doeffinger |
Get rid of av_destruct_packet_nofree and use NULL instead.
It is still …
|
|
|
@e161e007
|
16 years |
Carl Eugen Hoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
Originally committed …
|
|
|
@46e97dc
|
16 years |
Reimar.Doeffinger |
Reindent
Originally committed as revision 18429 to …
|
|
|
@f772b7fa
|
16 years |
Reimar.Doeffinger |
Make electronicarts demuxer return partial frames, this is the default …
|
|
|
@facf521d
|
16 years |
stefano.sabatini-lala |
Document align_put_bits().
Originally committed as revision 18427 to …
|
|
|
@fc660a01
|
16 years |
stefano.sabatini-lala |
Doxygenate flush_put_bits() documentation.
Originally committed as …
|
|
|
@e46ddebd
|
16 years |
stefano.sabatini-lala |
Doxygenate put_bits_count() documentation.
Originally committed as …
|
|
|
@f77dddfc
|
16 years |
Carl Eugen Hoyos |
Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available …
|
|
|
@f7a2aab7
|
16 years |
stefano.sabatini-lala |
Doxygenate init_put_bits().
Originally committed as revision 18423 to …
|
|
|
@64bde197
|
16 years |
diego |
cosmetics: Rename prn variable to prng (Pseudo Random Number …
|
|
|
@ee30cdab
|
16 years |
stefano.sabatini-lala |
Add support to CorePNG P-frames.
Patch by Thilo Borgmann thilo DOT …
|
|
|
@cc7b62af
|
16 years |
diego |
Replace rand() usage by av_lfg_get().
Originally committed as …
|
|
|
@a2085ccc
|
16 years |
diego |
cosmetics: Align output columns.
Originally committed as revision …
|
|
|
@6752dd5a
|
16 years |
Reimar.Doeffinger |
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the …
|
|
|
@ede0e475
|
16 years |
stefano.sabatini-lala |
Use the new avcodec_decode_* API.
Patch by Thilo Borgmann …
|
|
|
@ed54ae08
|
16 years |
Aurélien Jacobs |
remove useless duplication of what av_new_stream() already does
…
|
|
|
@0dccbba0
|
16 years |
stefano.sabatini-lala |
Add 'PNG1' to PNG fourcc codes.
Patch by Thilo Borgmann thilo DOT …
|
|
|
@bea18375
|
16 years |
stefano.sabatini-lala |
Use the new avcodec_decode_* API.
Patch by Thilo Borgmann …
|
|
|
@222ab26c
|
16 years |
diego |
Remove unused variables along with the related warnings.
Originally …
|
|
|
@cbf1eae9
|
16 years |
Reimar.Doeffinger |
Add forgotten void return type to ff_h264_free_context
Originally …
|
|
|
@e4732ba9
|
16 years |
diego |
Fix sigill on non-MMX2 CPUs.
Originally committed as revision 18410 …
|
|
|
@4f313925
|
16 years |
stefano.sabatini-lala |
Use the new avcodec_decode_* API.
Patch by Thilo Borgmann …
|
|
|
@655d47c
|
16 years |
stefano.sabatini-lala |
Make try_decode_frame() use the new avcodec_decode_* API.
Patch by …
|
|
|
@b6b66760
|
16 years |
Reimar.Doeffinger |
Make sure error resilience does not try to use unavailable reference …
|
|
|
@15861962
|
16 years |
Reimar.Doeffinger |
Add a ff_h264_free_context function and call it from the H.264 parser. …
|
|
|
@c81185a
|
16 years |
michaelni |
Make sure mpeg2 has its height rounded up to 32 as that is needed
for …
|
|
|
@cfe67526
|
16 years |
michaelni |
Do not use SSE2 SAD for snow as it requires more alignment than can be …
|
|
|
@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 …
|
|
|