2008-07-21 |
Diego Biurrun | Move --disable-debug to a better place within configure... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Use slice_type_nos instead of slice_type where it makes... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | SI/SP slice support. (not bitexact) |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Remove superfluous (). |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Simplify slice type checks. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | More correct ref comparison in the loop filter. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | fix memleak |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Cleanup, use av_freep() instead of av_free(x); x=NULL |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Erik Hovland | Check the allocated pointer instead of the given pointe... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
tripp | Clarify -minrate/-maxrate description in the documentation. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Michael Niedermayer | Simplify spatial direct ref selection with FFMIN3() |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Diego Biurrun | cosmetics: Make libavcodec/ppc/dsputil_altivec.c confor... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Diego Biurrun | cosmetics: Reindent two misplaced braces. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Diego Biurrun | cosmetics: Reformat PPC code in libavcodec according... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Michael Niedermayer | Fix used references indexes in the loop filter. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Michael Niedermayer | Add skip* AVOptions, which seem to have been missed. |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Andreas Öman | Decrease severity of 'invalid new backstep' log message... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Andreas Öman | Supply context argument to av_log() in mpeg audio decoder. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Justin Ruggles | read 'coupling in use' parameter from bitstream into... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Fix h264_loop_filter_strength_mmx2() so it works with... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Benjamin Larsson | Prevent the qdm2 code from overreading/overflowing... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Take the brain amputated spec literally if the user... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Remove explicit strict_std_compliance support as it... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Make strict_std_compliance available to decoders. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Benjamin Larsson | Fix for possible null pointer dereferencing, closes... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vitor Sessak | Cosmetics: alignment |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vitor Sessak | Simplify co(): do not abuse pointer aritmetics |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Make the automatic has_b_frames increasing code increas... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vitor Sessak | Simplify co(): remove variables that are only used... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Try to fix my latest 100l fate SVQ3 breakage. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Remove apparently unneeded out!=NULL check. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Simplify picture output code. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Remove useless #if 0 code. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Do not forget marking disposed delayed pics as unused. |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Baptiste Coudurier | add ogv extension |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Baptiste Coudurier | cosmetics, remove space |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Baptiste Coudurier | update swf video frame number when muxing done, fix... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Justin Ruggles | cosmetic: use hex value instead of decimal to show... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Remove delayed_output_pic, I do not understand what... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Drop out of order pics even if bitstream_restriction_fl... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vitor Sessak | Set avctx->coded_frame in RoQ encoder. At some point in |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Niedermayer | Make the ugly hack which uses an unused entry in the... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Stefano Sabatini | Make ffmpeg -t X with X<=0 transcode nothing. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | minor simplification of qdm2_decode_fft_packets() |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Make frames non reference by default, so they are dispo... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Correcting displayed muxing overhead and video stream... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Support reading large metadata. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Make bitstream_* fields unsigned. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Only realloc() bitstream buffer when the needed size... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | If metadata has been parsed goto end instead of trying to |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Erik Hovland | Fix a mem leak in vc1_decode_frame(). |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Erik Hovland | Fix a mem leak in av_find_stream_info(). |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Måns Rullgård | intreadwrite: support DEC compiler __unaligned type... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Måns Rullgård | MPEGTS: Improve probe function |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Baptiste Coudurier | cosmetics, remove space |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Baptiste Coudurier | Return max score when ftyp atom is encountered. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Michael Niedermayer | Make C code in yuv2yuv1() do accurate rounding, this... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Simplify: do not overuse pointer aritmetic |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | Forgotten accurate rounding function YSCALEYUV2YV121_AC... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | simplify yuv2yuv1() |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Declare parameters of pred() that could be const as... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Another simplification |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vitor Sessak | Declare function parameters as const |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | 10l forgot SWS_BILINEAR |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | Ensure that exactly one scaler algo is used. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Måns Rullgård | Rearrange AV_[RW][BL]*() macros |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | 100l, someone used FLT_MIN where -FLT_MAX was meant... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Diego Biurrun | Replace LDLATEFLAGS hackery by proper LDFLAGS tests. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Michael Niedermayer | Try to fix FATE after my time_base simplification change. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Diego Biurrun | Move up swscale_error target so that regression tests... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Stefano Sabatini | Free in avcodec_close() avctx->rc_eq. Fix a memory... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Michael Niedermayer | 10000l, revert |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Michael Niedermayer | SVQ3 uses the JPEG variant of YUV 4:2:0. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Diego Biurrun | cosmetics: Fix mxf codec long name. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Baptiste Coudurier | print AVCodecContext address instead of AVClass, better... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Michael Niedermayer | The funny memcpyin svq3 generally has src & dst overlap... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Michael Niedermayer | Print slice num as well. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Loren Merritt | float_to_int16_interleave: change src to an array of... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Loren Merritt | vorbis: reduce memory by reusing buffers |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Loren Merritt | unroll another common case in vorbis_residue_decode |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Siarhei Siamashka | OGG: Add padding at end of Vorbis headers |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Alexander Strange | Move the size of the H264Context delayed_pic array... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Stefano Sabatini | Make v4l2_read_header() don't free a stream in case... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Stefano Sabatini | Make v4l_read_header() don't free a stream in case... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: optimised MAC64 and MLS64 |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: optimised MUL64 |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: ARMv6 optimised MULH |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: ARMv6 optimised FASTDIV |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: disable use of system byteswap.h |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | ARM: ARMv6 optimised bswap_16/32 |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Måns Rullgård | Remove dead code in bitstream.h |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Alexander Strange | Print the address of the AVCodecContext in av_log(). |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Loren Merritt | 10l, float_to_int16_interleave_sse/3dnow wrote the... |
commit | commitdiff | tree | snapshot |
next |