2008-06-26 |
Michael Niedermayer | Register intrrupt_cb() early enough so we dont get...
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Remove start_time guessing code.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | Also print flags with FF_FDEBUG_TS.
|
commit | commitdiff | tree |
2008-06-26 |
Michael Niedermayer | VP3 & Theora parser to extract keyframe flags.
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Support >=4096 dimensions, fixes issue499.
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Prevent invalid timestamps from being stored.
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Make av_find_stream_info() find the frame_size for...
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Set frame_size to the gcd of what the decoder can output.
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Fill missing pts in during muxing when we know that...
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | We cannot calculate the duration of vorbis packets...
|
commit | commitdiff | tree |
2008-06-25 |
Michael Niedermayer | Use correct timestamp value for stream copy.
|
commit | commitdiff | tree |
2008-06-24 |
Michael Niedermayer | Prevent duration calculation code from generating random...
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Do not shift F[I] twice, it is also clearer and smaller...
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Factorize c->ap += (-c->ap) >> 4 out
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Get rid of G726Tables.bits.
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Copy 4 pointers to avid dozends of ptr dereferences.
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Does not need to be int16.
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | Factorize I >> (c->tbls->bits - 1) out.
|
commit | commitdiff | tree |
2008-06-19 |
Michael Niedermayer | 1 abs() less
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | useless ()
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | remove unneeded tr == 0
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | Get rid of the redundant AVG726Context.
|
commit | commitdiff | tree |
2008-06-18 |
Michael Niedermayer | Remove the truncated bitstream handling from our g726...
|
commit | commitdiff | tree |
2008-06-17 |
Michael Niedermayer | Change iquant tables to int16.
|
commit | commitdiff | tree |
2008-06-17 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-06-17 |
Michael Niedermayer | Get rid of useless wrapper function.
|
commit | commitdiff | tree |
2008-06-17 |
Michael Niedermayer | Do not inline g726_iterate() the function is big so...
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Replace i2f(0) by the actual thing done, gcc is not...
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Remove redundant zeroing (the context is memset(0)).
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Use smaller data types for tables.
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Float11 does not need int, .o file becomes smaller...
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Correct validity checks.
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Print sane error message for channels != 1.
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Check number of bits so we do not try to use table...
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Support decoding of sample_g726.asf.
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | get_bits() outputs exactly as many bits as requested...
|
commit | commitdiff | tree |
2008-06-16 |
Michael Niedermayer | Remove dead code.
|
commit | commitdiff | tree |
2008-06-13 |
Michael Niedermayer | -0x8000 == 0x8000 with int16
|
commit | commitdiff | tree |
2008-06-13 |
Michael Niedermayer | I think we are also compliant to iso2.
|
commit | commitdiff | tree |
2008-06-13 |
Michael Niedermayer | Add isom to the compatible brands.
|
commit | commitdiff | tree |
2008-06-13 |
Michael Niedermayer | Calculate ftyp size instead of hardcoding it.
|
commit | commitdiff | tree |
2008-06-12 |
Michael Niedermayer | simplify MODE_3G2
|
commit | commitdiff | tree |
2008-06-12 |
Michael Niedermayer | Change MODE_* to 1<<c so several can be set at the...
|
commit | commitdiff | tree |
2008-06-09 |
Michael Niedermayer | Make timestamp debugging work nicer.
|
commit | commitdiff | tree |
2008-06-08 |
Michael Niedermayer | Make START/STOP_TIMER not require -v 2.
|
commit | commitdiff | tree |
2008-06-08 |
Michael Niedermayer | Support longer paths for and longer names in preset...
|
commit | commitdiff | tree |
2008-06-08 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-06-08 |
Michael Niedermayer | Search /usr(/local)/share for preset files as well.
|
commit | commitdiff | tree |
2008-06-07 |
Michael Niedermayer | Presets support.
|
commit | commitdiff | tree |
2008-06-06 |
Michael Niedermayer | Fix reading an element after the array.
|
commit | commitdiff | tree |
2008-06-03 |
Michael Niedermayer | ff_fetch_timestamp() prototype
|
commit | commitdiff | tree |
2008-06-03 |
Michael Niedermayer | In mpeg1/2 timestamps are associated with the access...
|
commit | commitdiff | tree |
2008-06-03 |
Michael Niedermayer | Make update_initial_durations() also work if a dts...
|
commit | commitdiff | tree |
2008-06-03 |
Michael Niedermayer | Do not set pts in update_initial_durations() if stream...
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Only store timestamps when there are timestamps.
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Our MPEG-TS demuxer does not send complete PES packets...
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Move new field to the end to avoid ABI breakage, I...
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | cosmetic
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Allow matching timestamps to be removed by fetch_timestamp().
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Add off argument so that fetch_timestamp can search...
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Factorize fetch_timestamp() into its own function
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | unused variable
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Rename last_frame_offset to next_frame_offset.
|
commit | commitdiff | tree |
2008-06-02 |
Michael Niedermayer | Simplify parser core.
|
commit | commitdiff | tree |
2008-06-01 |
Michael Niedermayer | Prevent scalefactors from overflowing.
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | unused
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | As *_static are not deallocated anymore except on program...
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | unused
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Remove non C code.
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Move *_static to bitstream.c which is the only file...
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Change init_vlc_rl() so it does not use *alloc_static...
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Change init_2d_vlc_rl() to not use *alloc_static().
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Remove incorrect usage of av_free_static(), ffmpeg...
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Remove constant argument.
|
commit | commitdiff | tree |
2008-05-30 |
Michael Niedermayer | Switch to INIT_VLC_USE_NEW_STATIC.
|
commit | commitdiff | tree |
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 |
next |