2005-04-19 |
Michael Niedermayer | fixing demuxing of DV5700.asf
|
commit | commitdiff | tree |
2005-04-18 |
Michael Niedermayer | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
|
commit | commitdiff | tree |
2005-04-18 |
Michael Niedermayer | various fixes related to the non alt_bitstream_reader
|
commit | commitdiff | tree |
2005-04-17 |
Michael Niedermayer | read 32bit instead of 64bit to avoid overreading and...
|
commit | commitdiff | tree |
2005-04-15 |
Michael Niedermayer | store the number of runs to avoid storing the last...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Niedermayer | replace complicated pointer dereference + index stuff...
|
commit | commitdiff | tree |
2005-04-14 |
Michael Niedermayer | minor optimization
|
commit | commitdiff | tree |
2005-04-14 |
Michael Niedermayer | optimizing unpack_coeffs()
|
commit | commitdiff | tree |
2005-04-13 |
Michael Niedermayer | non 4:2:0 foobar.{Y,U,V} support
|
commit | commitdiff | tree |
2005-04-10 |
Michael Niedermayer | rescale coefficients during IDWT, that way the lifting...
|
commit | commitdiff | tree |
2005-04-10 |
Michael Niedermayer | testing cvslog
|
commit | commitdiff | tree |
2005-04-10 |
Michael Niedermayer | testing cvslog
|
commit | commitdiff | tree |
2005-04-09 |
Michael Niedermayer | increasing precission of the quantization parameter
|
commit | commitdiff | tree |
2005-04-09 |
Michael Niedermayer | fix QROOT != 8
|
commit | commitdiff | tree |
2005-04-05 |
Michael Niedermayer | 10% faster unpack_coeffs
|
commit | commitdiff | tree |
2005-04-05 |
Michael Niedermayer | fixing lossless snow
|
commit | commitdiff | tree |
2005-04-04 |
Michael Niedermayer | merge vertical lifting steps and a little cleanup
|
commit | commitdiff | tree |
2005-04-03 |
Michael Niedermayer | snow regression test
|
commit | commitdiff | tree |
2005-04-01 |
Michael Niedermayer | fix vorbis in avi
|
commit | commitdiff | tree |
2005-03-30 |
Michael Niedermayer | reverting 1.66 -> 1.67 change
|
commit | commitdiff | tree |
2005-03-27 |
Michael Niedermayer | motion estimation bitrate penalty compensation
|
commit | commitdiff | tree |
2005-03-27 |
Michael Niedermayer | add Loïc Le Loarer
|
commit | commitdiff | tree |
2005-03-27 |
Michael Niedermayer | fix psp muxing (probably this fix is wrong but its...
|
commit | commitdiff | tree |
2005-03-26 |
Michael Niedermayer | replace custom bitstream reader with get_bits/vlc()
|
commit | commitdiff | tree |
2005-03-26 |
Michael Niedermayer | make reverse[] non static
|
commit | commitdiff | tree |
2005-03-26 |
Michael Niedermayer | check mb/me_threshold range, fixes assertion failure
|
commit | commitdiff | tree |
2005-03-26 |
Michael Niedermayer | more checks, fixes assertion failure
|
commit | commitdiff | tree |
2005-03-24 |
Michael Niedermayer | bypass internal buffer for "large" packets
|
commit | commitdiff | tree |
2005-03-24 |
Michael Niedermayer | segfault fix
|
commit | commitdiff | tree |
2005-03-24 |
Michael Niedermayer | discard dummy packets before doing inapropriate checks...
|
commit | commitdiff | tree |
2005-03-24 |
Michael Niedermayer | copy extradata for streamcopy
|
commit | commitdiff | tree |
2005-03-23 |
Michael Niedermayer | create temporary file in current directory if it failed...
|
commit | commitdiff | tree |
2005-03-23 |
Michael Niedermayer | support omiting various headers in mpeg4 as WMP seems...
|
commit | commitdiff | tree |
2005-03-23 |
Michael Niedermayer | fix time stored in mov
|
commit | commitdiff | tree |
2005-03-23 |
Michael Niedermayer | change audio volume range so that the very slow division...
|
commit | commitdiff | tree |
2005-03-23 |
Michael Niedermayer | trying to fix a few minor values in the mp4/mov muxer
|
commit | commitdiff | tree |
2005-03-22 |
Michael Niedermayer | init has_b_frames for stream copy
|
commit | commitdiff | tree |
2005-03-19 |
Michael Niedermayer | alignment fix
|
commit | commitdiff | tree |
2005-03-17 |
Michael Niedermayer | initalize has_b_frames
|
commit | commitdiff | tree |
2005-03-17 |
Michael Niedermayer | 10l typo
|
commit | commitdiff | tree |
2005-03-17 |
Michael Niedermayer | more fine grained discarding of packets
|
commit | commitdiff | tree |
2005-03-16 |
Michael Niedermayer | buffer overflow in sdp_probe() fix by (Gildas Bazin...
|
commit | commitdiff | tree |
2005-03-16 |
Michael Niedermayer | zlib detection fix by (Gildas Bazin <gbazin altern...
|
commit | commitdiff | tree |
2005-03-16 |
Michael Niedermayer | reverse zero packet dissapearence "feature"
|
commit | commitdiff | tree |
2005-03-15 |
Michael Niedermayer | sample_size fix
|
commit | commitdiff | tree |
2005-03-15 |
Michael Niedermayer | set global_quality
|
commit | commitdiff | tree |
2005-03-15 |
Michael Niedermayer | cleanup strh parser
|
commit | commitdiff | tree |
2005-03-15 |
Michael Niedermayer | dont link with libavcodec twice on win32
|
commit | commitdiff | tree |
2005-03-15 |
Michael Niedermayer | non interleaved avi support
|
commit | commitdiff | tree |
2005-03-14 |
Michael Niedermayer | set global_quality
|
commit | commitdiff | tree |
2005-03-13 |
Michael Niedermayer | use libavformats index system instead of the half duplicated...
|
commit | commitdiff | tree |
2005-03-13 |
Michael Niedermayer | keyframe & non keyframe index fixes
|
commit | commitdiff | tree |
2005-03-11 |
Michael Niedermayer | fix lib order and remove nonsense avcodec double linking
|
commit | commitdiff | tree |
2005-03-09 |
Michael Niedermayer | optimize & simplify
|
commit | commitdiff | tree |
2005-03-09 |
Michael Niedermayer | H.264 encoding with x264 by (Måns Rullgård <mru inprovide...
|
commit | commitdiff | tree |
2005-03-08 |
Michael Niedermayer | (10l) supported pix_fmts forgotten
|
commit | commitdiff | tree |
2005-03-08 |
Michael Niedermayer | fixing playback of xvid pretending to be divx (sample_vop_nc...
|
commit | commitdiff | tree |
2005-03-06 |
Michael Niedermayer | AVOption removial patch from (James A. Morrison >ja2morri...
|
commit | commitdiff | tree |
2005-03-06 |
Michael Niedermayer | group audio codec ids
|
commit | commitdiff | tree |
2005-03-06 |
Michael Niedermayer | indeo3 for bigendian patch by (demo-n <demo-n users...
|
commit | commitdiff | tree |
2005-03-06 |
Michael Niedermayer | spam
|
commit | commitdiff | tree |
2005-03-05 |
Michael Niedermayer | typo
|
commit | commitdiff | tree |
2005-03-05 |
Michael Niedermayer | mpeg-es bitrate parsing
|
commit | commitdiff | tree |
2005-03-04 |
Michael Niedermayer | mp4a fix based on some code by (Song.Itany inventec...
|
commit | commitdiff | tree |
2005-03-03 |
Michael Niedermayer | 04-vp3 fix(by matthieu castet).patch
|
commit | commitdiff | tree |
2005-03-02 |
Michael Niedermayer | cast to uint32 as the table is uint32_t, this also...
|
commit | commitdiff | tree |
2005-02-28 |
Michael Niedermayer | set block align
|
commit | commitdiff | tree |
2005-02-28 |
Michael Niedermayer | ra288 demuxing support (doesnt really work, might be...
|
commit | commitdiff | tree |
2005-02-26 |
Michael Niedermayer | 10l (shorten.o missing)
|
commit | commitdiff | tree |
2005-02-26 |
Michael Niedermayer | shorten decoder by (Jeff Muizelaar <jrmuizel gmail...
|
commit | commitdiff | tree |
2005-02-25 |
Michael Niedermayer | watermark filter by (Marcus Engene <ffmpeg engene se>)
|
commit | commitdiff | tree |
2005-02-25 |
Michael Niedermayer | set supported pix_fmts
|
commit | commitdiff | tree |
2005-02-24 |
Michael Niedermayer | -strict -1 comment fix
|
commit | commitdiff | tree |
2005-02-22 |
Michael Niedermayer | switch MPEG4 fourcc to FMP4
|
commit | commitdiff | tree |
2005-02-17 |
Michael Niedermayer | buffer overflows
|
commit | commitdiff | tree |
2005-02-17 |
Michael Niedermayer | memleak fix
|
commit | commitdiff | tree |
2005-02-16 |
Michael Niedermayer | nonsense comment
|
commit | commitdiff | tree |
2005-02-13 |
Michael Niedermayer | buffer overflow
|
commit | commitdiff | tree |
2005-02-08 |
Michael Niedermayer | audio duration fix?
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | .wma
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | checksum change due to (don't crash on null codec patch...
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | dont kill the buffers while the decoder is using them
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | max/avg bitrate change (movenc.c 1.25->1.26)
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | max/avg bitrate change (movenc.c 1.25->1.26)
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | regression test checksum change due to the mov header...
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | set timestamps correctly
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | cleanup
|
commit | commitdiff | tree |
2005-02-07 |
Michael Niedermayer | reversing the 1.52->1.53 change (handle fixed sample_size...
|
commit | commitdiff | tree |
2005-02-06 |
Michael Niedermayer | emulate (idiotic) MS behavior for inconsistant dimensions
|
commit | commitdiff | tree |
2005-02-06 |
Michael Niedermayer | support skiping some bitstream encoding
|
commit | commitdiff | tree |
2005-02-06 |
Michael Niedermayer | seperate bitstream encoding skip from PASS1 flag
|
commit | commitdiff | tree |
2005-02-04 |
Michael Niedermayer | fixing an integer overflow, which could lead to overwriting...
|
commit | commitdiff | tree |
2005-02-04 |
Michael Niedermayer | 10l (use of deallocated memory)
|
commit | commitdiff | tree |
2005-02-04 |
Michael Niedermayer | overflows
|
commit | commitdiff | tree |
2005-02-03 |
Michael Niedermayer | merge a few shifts into the dequantization, faster...
|
commit | commitdiff | tree |
2005-02-02 |
Michael Niedermayer | optimizing imdct12
|
commit | commitdiff | tree |
2005-02-02 |
Michael Niedermayer | mb_lmin/max to limit the per mb quality for the ratecontrol...
|
commit | commitdiff | tree |
2005-02-02 |
Michael Niedermayer | optimize antialias
|
commit | commitdiff | tree |
2005-02-01 |
Michael Niedermayer | faster, simpler and more accurate l3_unscale()
|
commit | commitdiff | tree |
2005-02-01 |
Michael Niedermayer | optimizing imdct36()
|
commit | commitdiff | tree |
next |