2009-10-20 |
Reimar Döffinger | sin_tables.c is a generated file, so add it to CLEANFILES
|
commit | commitdiff | tree |
2009-10-19 |
Reimar Döffinger | mpegaudiodec, mpc and qdm2 all use the same mpa_synth...
|
commit | commitdiff | tree |
2009-10-19 |
Reimar Döffinger | Align the seek regression test output for better readability.
|
commit | commitdiff | tree |
2009-10-18 |
Reimar Döffinger | Replace seek test error return numbers by the corresponding...
|
commit | commitdiff | tree |
2009-10-16 |
Reimar Döffinger | mlp: Use smaller CRC tables if CONFIG_SMALL.
|
commit | commitdiff | tree |
2009-10-16 |
Reimar Döffinger | Split parts of dvdata.h into dvdata.c, this ensures...
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Add support for hardcoded ff_sin_* tables.
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Move/add COSTABLE/SINTABLE macros to dsputil to add...
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Remove silly casts to the same type as we already have.
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Add missing release_buffer at decode end for asv1 decoder.
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Partially revert r20233, exp2f is not available on...
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Do not initialize ff_cos_* tables again in rdft_init...
|
commit | commitdiff | tree |
2009-10-15 |
Reimar Döffinger | Use cbrtf and exp2f instead of pow to calculate tables...
|
commit | commitdiff | tree |
2009-10-14 |
Reimar Döffinger | Use hardcoded instead of runtime-calculated ff_cos_...
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Print a warning message when avcodec_default_free_buffers...
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Remove unnecessary calls to avcodec_check_dimensions...
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Call release_buffer on close for v210dec and v210x
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Add missing release_buffer on close
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Add decoder for "forward uncompressed".
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Implement execute2 for w32thread
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Fix w32thread implementation to handle job count >...
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | fft_dispatch array should be const
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | Simplify: use FFSWAP
|
commit | commitdiff | tree |
2009-10-13 |
Reimar Döffinger | MXF: simply ignore tracks that are invalid due to not...
|
commit | commitdiff | tree |
2009-10-12 |
Reimar Döffinger | Merge declaration and initialization
|
commit | commitdiff | tree |
2009-10-12 |
Reimar Döffinger | Simplify: use FFMIN
|
commit | commitdiff | tree |
2009-10-12 |
Reimar Döffinger | Reindent after removing the outer for loops in the...
|
commit | commitdiff | tree |
2009-10-12 |
Reimar Döffinger | Move dnxhdenc to execute2 multithreading API.
|
commit | commitdiff | tree |
2009-10-12 |
Reimar Döffinger | Add an execute2 function that is more flexible and...
|
commit | commitdiff | tree |
2009-10-11 |
Reimar Döffinger | Do the dnxhd_720p_rd test with -threads 4 in order...
|
commit | commitdiff | tree |
2009-10-11 |
Reimar Döffinger | 100l in avpicture_layout: width of chroma planes depends...
|
commit | commitdiff | tree |
2009-10-10 |
Reimar Döffinger | Hack: set the coded frame PTS to the incoming PTS.
|
commit | commitdiff | tree |
2009-10-10 |
Reimar Döffinger | Fix 100l incorrect bitmask check.
|
commit | commitdiff | tree |
2009-10-06 |
Reimar Döffinger | Remove casts that are useless since the argument is...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | wav demuxer: return AVERROR_EOF instead of AVERROR...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | wav: return av_get_packet errors unchanged.
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Fix seek regression test: several AVERROR(EIO) correctly...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Remove url_feof check that would be triggered only...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Remove useless setting of pkt->size, av_get_packet...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Return special EOF checking for aiff and au demuxers...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Return any error return values from av_get_packet,...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Make seek regression tests fit after previous get_buffer...
|
commit | commitdiff | tree |
2009-10-02 |
Reimar Döffinger | Make get_buffer and get_partial_buffer return url_ferror...
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | Make rawvideo_read_packet return partial frames.
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | Simplify: remove pointless {} and else
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | Remove pointless setting of pkt->size, av_get_packet...
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | au demuxer: pass av_get_packet error on unchanged instead...
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | av_new_packet failing should return ENOMEM, not EIO.
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | Make avcodec_open set codec_id and codec_type if they...
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | put_bits can only reliably write up to 31 bit bits...
|
commit | commitdiff | tree |
2009-10-01 |
Reimar Döffinger | Use MANGLE in cavsdsp, the current version using "m...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Re-add check for compilation failure with ebx clobber...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Do not needlessly add 7 to put_buts_count before dividing...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | 10l in code reading codec_name, the first byte is the...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Use a "b" constraint instead of ebx clobber to detect...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Return an error when the parsed mpc chunk size is negative...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Fix compilation of beosaudio.cpp, not tested if it...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Fix typo in comment.
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Use skip_put_bytes in MJPEG encoder instead of filling...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Use ff_put_string in vorbis encoder.
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Replace several #ifdef PIC with the more obvious and...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Disable parsing for ogg streams where no ogg header...
|
commit | commitdiff | tree |
2009-09-30 |
Reimar Döffinger | Convert latin1 codec_name in mov to UTF-8, since all...
|
commit | commitdiff | tree |
2009-09-29 |
Reimar Döffinger | Use context instead of NULL for logging.
|
commit | commitdiff | tree |
2009-09-29 |
Reimar Döffinger | Make sure that dv encoder initializes all encoded packet...
|
commit | commitdiff | tree |
2009-09-29 |
Reimar Döffinger | Simplify r20025: use align_get_bits instead of reimplementin...
|
commit | commitdiff | tree |
2009-09-29 |
Reimar Döffinger | Sync AC3 probe values with MP3 probe values, they have...
|
commit | commitdiff | tree |
2009-09-29 |
Reimar Döffinger | Extend DV autodetection to also reliably detect single...
|
commit | commitdiff | tree |
2009-09-27 |
Reimar Döffinger | Get rid of "function" "keywords" in lavfilter testing...
|
commit | commitdiff | tree |
2009-09-26 |
Reimar Döffinger | Specify maximum sample rate of MLP by defining the...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Remove ff_realloc_static, it is no longer used and...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Reindent.
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Remove a piece of code left-over from the removed alloc...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Fix possible buffer over-read in vorbis_comment, fix...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Completely remove INIT_VLC_USE_STATIC, it is deprecated...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Change VLC table creation in x8_vlc_init to use INIT_VLC_USE...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc...
|
commit | commitdiff | tree |
2009-09-24 |
Reimar Döffinger | Use INIT_VLC_STATIC where easily possible in svq1dec
|
commit | commitdiff | tree |
2009-09-23 |
Reimar Döffinger | Fix format string to match the types printed.
|
commit | commitdiff | tree |
2009-09-23 |
Reimar Döffinger | Correctly print number of remaining bytes in oggparsevorbis...
|
commit | commitdiff | tree |
2009-09-21 |
Reimar Döffinger | Use a custom radix sort implementation instead of qsort...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Support uncompressed 16 bit sgi image format, as e...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Simplify color_flags calculation, remove a pointless...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Make default_correlation array const since it is never...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Use default sws_flags for dnxhd regression tests and...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Update regression reference for DNxHD test update
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Change DNxHD regression tests to test both 720p and...
|
commit | commitdiff | tree |
2009-09-19 |
Reimar Döffinger | Add missing strings.h include needed for strcasecmp.
|
commit | commitdiff | tree |
2009-09-18 |
Reimar Döffinger | Change dnxhd regression tests for r19912 which fixed...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Update dnxhd rotozoom regression test values with more...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Update dnxhd regression test to match the majority...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Improve SIFF probe by also checking the first tag is...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Improve dxa probe by checking the values for width...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Slightly improve probe for ea format by checking that...
|
commit | commitdiff | tree |
2009-09-17 |
Reimar Döffinger | Add dnxhd test to regression tests.
|
commit | commitdiff | tree |
2009-09-16 |
Reimar Döffinger | Fix overflow check insufficiently improved in r19840.
|
commit | commitdiff | tree |
2009-09-15 |
Reimar Döffinger | Slightly stricter MPEG-PES probing, fixes issue 1383.
|
commit | commitdiff | tree |
2009-09-15 |
Reimar Döffinger | Vastly improved mm_probe function, passes probetest.
|
commit | commitdiff | tree |
2009-09-15 |
Reimar Döffinger | Improve sierravmd probe. It is still quite weak, but...
|
commit | commitdiff | tree |
next |