2008-07-21 |
Michael Niedermayer | Simplify slice type checks.
|
commit | commitdiff | tree |
2008-07-21 |
Michael Niedermayer | More correct ref comparison in the loop filter.
|
commit | commitdiff | tree |
2008-07-21 |
Michael Niedermayer | fix memleak
|
commit | commitdiff | tree |
2008-07-21 |
Michael Niedermayer | Cleanup, use av_freep() instead of av_free(x); x=NULL
|
commit | commitdiff | tree |
2008-07-21 |
Michael Niedermayer | Simplify spatial direct ref selection with FFMIN3()
|
commit | commitdiff | tree |
2008-07-20 |
Michael Niedermayer | Fix used references indexes in the loop filter.
|
commit | commitdiff | tree |
2008-07-20 |
Michael Niedermayer | Add skip* AVOptions, which seem to have been missed.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Fix h264_loop_filter_strength_mmx2() so it works with...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Take the brain amputated spec literally if the user...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Remove explicit strict_std_compliance support as it...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Make strict_std_compliance available to decoders.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Make the automatic has_b_frames increasing code increase...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Try to fix my latest 100l fate SVQ3 breakage.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Remove apparently unneeded out!=NULL check.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Simplify picture output code.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Remove useless #if 0 code.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Do not forget marking disposed delayed pics as unused.
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Remove delayed_output_pic, I do not understand what...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Drop out of order pics even if bitstream_restriction_flag...
|
commit | commitdiff | tree |
2008-07-19 |
Michael Niedermayer | Make the ugly hack which uses an unused entry in the...
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | minor simplification of qdm2_decode_fft_packets()
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Make frames non reference by default, so they are disposed...
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Correcting displayed muxing overhead and video stream...
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Support reading large metadata.
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Make bitstream_* fields unsigned.
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Only realloc() bitstream buffer when the needed size...
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | If metadata has been parsed goto end instead of trying to
|
commit | commitdiff | tree |
2008-07-18 |
Michael Niedermayer | Make C code in yuv2yuv1() do accurate rounding, this...
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | simplify yuv2yuv1()
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | 10l forgot SWS_BILINEAR
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | Ensure that exactly one scaler algo is used.
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | 100l, someone used FLT_MIN where -FLT_MAX was meant...
|
commit | commitdiff | tree |
2008-07-17 |
Michael Niedermayer | Try to fix FATE after my time_base simplification change.
|
commit | commitdiff | tree |
2008-07-16 |
Michael Niedermayer | 10000l, revert
|
commit | commitdiff | tree |
2008-07-16 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-16 |
Michael Niedermayer | SVQ3 uses the JPEG variant of YUV 4:2:0.
|
commit | commitdiff | tree |
2008-07-16 |
Michael Niedermayer | The funny memcpyin svq3 generally has src & dst overlapping...
|
commit | commitdiff | tree |
2008-07-16 |
Michael Niedermayer | Print slice num as well.
|
commit | commitdiff | tree |
2008-07-14 |
Michael Niedermayer | Make flic probe check a few more things.
|
commit | commitdiff | tree |
2008-07-14 |
Michael Niedermayer | Move the codec_id overriding at a slightly better place.
|
commit | commitdiff | tree |
2008-07-14 |
Michael Niedermayer | Remove common factors from timebase in av_set_pts_info().
|
commit | commitdiff | tree |
2008-07-14 |
Michael Niedermayer | Fix infinite loop at EOF.
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | Fix decoding of 320x240.ogg.
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | -itsscale to scale timestamps
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | Make our flac decoder decode all the data at EOF.
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | On EOF keep calling the decoders until they do not...
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | Remove gif demuxer, the code contains a gif decoder...
|
commit | commitdiff | tree |
2008-07-13 |
Michael Niedermayer | Use -vsync 0 unless the user explicitly asked for...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Use CODEC_ID_PROBE when the mpeg-ps demuxer does not...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Remove old hackish codec probe system.
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Use strcmp() instead of strncmp() in set_codec_from_probe_da...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Only try to probe the codec when the available data...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Add mpegvideo and H.264 to the codec probe.
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | h264_probe()
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | New codec probing system try #1.
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | command_streams are type data not unknown.
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Move add_to_pktbuf() before av_read_packet(). My future...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Move set_codec_from_probe_data() up to where the other...
|
commit | commitdiff | tree |
2008-07-12 |
Michael Niedermayer | Pass AVPacketList instead of the whole context to add_to_pkt...
|
commit | commitdiff | tree |
2008-07-11 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-11 |
Michael Niedermayer | Fix not coded channels / silence decoding.
|
commit | commitdiff | tree |
2008-07-11 |
Michael Niedermayer | Check that we have enough output space available.
|
commit | commitdiff | tree |
2008-07-11 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-07-11 |
Michael Niedermayer | Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06...
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | Remove ancient code that hasnt worked in many years.
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | New full search ME
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | float_to_int16_sse2()
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | Allow setting codecs through preset files
|
commit | commitdiff | tree |
2008-07-09 |
Michael Niedermayer | fix IPCM_decode_error.h264
|
commit | commitdiff | tree |
2008-07-08 |
Michael Niedermayer | Fix the av_set_string() free / alloc issue.
|
commit | commitdiff | tree |
2008-07-08 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-07-08 |
Michael Niedermayer | 10000l for myself, my last change was incomplete.
|
commit | commitdiff | tree |
2008-07-08 |
Michael Niedermayer | Set cur_dts to 0 only during creating new streams and...
|
commit | commitdiff | tree |
2008-07-07 |
Michael Niedermayer | 1 c-asm loop less and 1x unroll of float_to_int16_sse()
|
commit | commitdiff | tree |
2008-07-07 |
Michael Niedermayer | Fix x86-64
|
commit | commitdiff | tree |
2008-07-07 |
Michael Niedermayer | dont use C-asm loops and unroll once float_to_int16_3dnow()
|
commit | commitdiff | tree |
2008-07-04 |
Michael Niedermayer | All mp3 parsers are buggy fix 2 of n (out of array...
|
commit | commitdiff | tree |
2008-07-04 |
Michael Niedermayer | All id3 parsers are buggy, 0 termination fix 1 of n...
|
commit | commitdiff | tree |
2008-07-03 |
Michael Niedermayer | We do not only calculate it but we also return it.
|
commit | commitdiff | tree |
2008-07-03 |
Michael Niedermayer | More correct comment.
|
commit | commitdiff | tree |
2008-07-03 |
Michael Niedermayer | make sum_of_squares() more generic
|
commit | commitdiff | tree |
2008-06-28 |
Michael Niedermayer | Make code independent/less dependent on dsputil.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Inform the user about unhandled sectors.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | memleak
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Do not completely bail out for invalid params, just...
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | merge decl & init
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Get rid of weird pre reading code.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Remove debugging trash.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Another variable that did nothing at all
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | remove code that discards streams randomly
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | vertical align
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Remove a dozen unused variables.
|
commit | commitdiff | tree |
next |