2008-05-30 |
Michael Niedermayer | Little helper macro to make the use of INIT_VLC_USE_NEW_STAT...
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Make init_vlc* support proper static tables instead...
|
commit | commitdiff | tree |
2008-05-29 |
Michael Niedermayer | ENOMEM is better, yes ...
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | ILP64 fix
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | memleak / CID124 RUN2
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Dead code removal, fixes CID59 RUN2.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Removing dead code, fixes CID4 RUN2.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | remove != 0
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Do a little more checking.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Do not read from after the table, fixes CID108 RUN2.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Prevent 128*1<<trellis from becoming 0 and creating...
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Remove coded_frame==NULL checks for video encoders.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | set coded_frame
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Update regression checksums after dts calculation fix...
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Null pointer check / CID26.
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Fix return type of ff_init_me().
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | useless
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | minor simplification
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | redundant
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Fixes NULL pointer dereference CID66
|
commit | commitdiff | tree |
2008-05-28 |
Michael Niedermayer | Tell the user if a AVI is non interleaved.
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | Check dia size a little more. Fixes CID80.
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | Arrays where one element too small, fixes CID114.
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | redundant check--
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | memleak / fixes CID118
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | Fix memleak, fixed CID123.
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | Do not read from prior the array, fix CID 127.
|
commit | commitdiff | tree |
2008-05-27 |
Michael Niedermayer | Do not use the pts/dts calculation code which needs...
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | Support non interleaved avi with phantom streams.
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | Warn about packed B-frames. (especially useful if the...
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | allow av_parser_close(NULL)
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | print direct_spatial_mv_pred
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | Make stream copy of ac3 from riff based formats work.
|
commit | commitdiff | tree |
2008-05-26 |
Michael Niedermayer | Make ac3 in avi work better.
|
commit | commitdiff | tree |
2008-05-25 |
Michael Niedermayer | Ensure that one can store X bytes in a fifo of size X.
|
commit | commitdiff | tree |
2008-05-25 |
Michael Niedermayer | Make av_fifo*_read() ignore the available amount of...
|
commit | commitdiff | tree |
2008-05-25 |
Michael Niedermayer | Make opt_verbose() work again.
|
commit | commitdiff | tree |
2008-05-25 |
Michael Niedermayer | Fix MB skipping with droppable frames.
|
commit | commitdiff | tree |
2008-05-25 |
Michael Niedermayer | Do not reject odd width/height.
|
commit | commitdiff | tree |
2008-05-24 |
Michael Niedermayer | Move const *pow2tab out of context.
|
commit | commitdiff | tree |
2008-05-24 |
Michael Niedermayer | simplify init_pow2table
|
commit | commitdiff | tree |
2008-05-24 |
Michael Niedermayer | Merge init_rootpow2table and init_pow2table.
|
commit | commitdiff | tree |
2008-05-24 |
Michael Niedermayer | Anoter try to make +- behave sanely.
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Pass time_base as argument to new_chapter() as well.
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Document pts/dts.
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Warn user about invalid timestamps.
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Chapter demuxing support. (untested as I have no nuts...
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Make ff_new_chapter() return AVChapter instead of int...
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | nb_chapters should be unsigned
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | s/num_chapters/nb_chapters/ all other similar variables...
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | vertical align
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | remove useless title check
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Add id to AVChapter, untested (where do i find matroska...
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | clarify start/end timebase
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | align comments
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | chapter id and timebase
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | make av_strdup(NULL) return NULL
|
commit | commitdiff | tree |
2008-05-23 |
Michael Niedermayer | Fix + - bug with non flags.
|
commit | commitdiff | tree |
2008-05-21 |
Michael Niedermayer | Get rid of more senseless wrapper functions and use...
|
commit | commitdiff | tree |
2008-05-21 |
Michael Niedermayer | Do not pass program_name as argument to show_version...
|
commit | commitdiff | tree |
2008-05-21 |
Michael Niedermayer | OPT_EXIT
|
commit | commitdiff | tree |
2008-05-17 |
Michael Niedermayer | Simplify vsad16_mmx2().
|
commit | commitdiff | tree |
2008-05-17 |
Michael Niedermayer | Simplify vsad16_mmx().
|
commit | commitdiff | tree |
2008-05-17 |
Michael Niedermayer | Simplify vsad_intra16_mmx2()
|
commit | commitdiff | tree |
2008-05-17 |
Michael Niedermayer | Simplify vsad_intra16_mmx()
|
commit | commitdiff | tree |
2008-05-16 |
Michael Niedermayer | Avoid using log2() freebsd does not support it.
|
commit | commitdiff | tree |
2008-05-09 |
Michael Niedermayer | Little fix for block sizes <16
|
commit | commitdiff | tree |
2008-05-05 |
Michael Niedermayer | Check url_seek() in url_open().
|
commit | commitdiff | tree |
2008-05-03 |
Michael Niedermayer | Output buffer overflow.
|
commit | commitdiff | tree |
2008-05-03 |
Michael Niedermayer | Heap buffer overflow.
|
commit | commitdiff | tree |
2008-05-03 |
Michael Niedermayer | Fix memset(0) based buffer overflow.
|
commit | commitdiff | tree |
2008-05-03 |
Michael Niedermayer | Move declaration a little.
|
commit | commitdiff | tree |
2008-05-03 |
Michael Niedermayer | Setting i to 0 once should do.
|
commit | commitdiff | tree |
2008-04-29 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-04-29 |
Michael Niedermayer | Fix decoding of:
|
commit | commitdiff | tree |
2008-04-29 |
Michael Niedermayer | Support invalid mpeg created by vdr
|
commit | commitdiff | tree |
2008-04-28 |
Michael Niedermayer | raw GSM demuxer (does not work yet as parser is missing)
|
commit | commitdiff | tree |
2008-04-24 |
Michael Niedermayer | Avoid using reserved __names.
|
commit | commitdiff | tree |
2008-04-24 |
Michael Niedermayer | minor memleak
|
commit | commitdiff | tree |
2008-04-24 |
Michael Niedermayer | Fixing memleaks.
|
commit | commitdiff | tree |
2008-04-23 |
Michael Niedermayer | Ensure that the timestamp reading code used for seeking...
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | Make most of E-AC-3 work without breaking regression...
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | This fixes the code so it is correct on both sides...
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | 100l I broke AC3 in MPEG seeking.
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | Part 2 of EAC3 support, this is still disabled as it...
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | part 1 of EAC3 support
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | Add new_frame_start and need_next_header.
|
commit | commitdiff | tree |
2008-04-19 |
Michael Niedermayer | Change aac and ac3 parsers to use ff_combine_frame().
|
commit | commitdiff | tree |
2008-04-18 |
Michael Niedermayer | remove AACAC3FrameFlag
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | Factorize more code.
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | Factorize decode_postfix() out.
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | Change k limiting code, i think the code was buggy.
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | more senseless code
|
commit | commitdiff | tree |
2008-04-17 |
Michael Niedermayer | senseless code
|
commit | commitdiff | tree |
next |