2008-02-01 |
Michael Niedermayer | const
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | const
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | const
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | const
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | one "cast discards qualifiers from pointer target type...
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | consts
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Do not cast const away.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | consts
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | consts
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | The buffer passed into the decoder should be const.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Fix const qualifer issues found by -Wcast-qual.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Indention, it seems i have forgotton to commit this.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Merge declaration and initialization.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Dont cast const away.
|
commit | commitdiff | tree |
2008-02-01 |
Michael Niedermayer | Warn about casts which remove const.
|
commit | commitdiff | tree |
2008-01-31 |
Michael Niedermayer | Fix the following using void* casts, proper casts are...
|
commit | commitdiff | tree |
2008-01-31 |
Michael Niedermayer | Fix b-libav.ul/al seek regression test.
|
commit | commitdiff | tree |
2008-01-31 |
Michael Niedermayer | Revert r11689 and r11690 (uninitalized warning fix...
|
commit | commitdiff | tree |
2008-01-31 |
Michael Niedermayer | Comment about weird warning prevention.
|
commit | commitdiff | tree |
2008-01-31 |
Michael Niedermayer | fix "uninitalized" warning, the alternative way.
|
commit | commitdiff | tree |
2008-01-30 |
Michael Niedermayer | fixing warning
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | Set subtitle codec id correctly, i hope this does not...
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | Add non standard id needed for dvd subtitles.
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | Set correct codec type and id for text subtitles.
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | Only export packets which belong to the existing AVStream.
|
commit | commitdiff | tree |
2008-01-26 |
Michael Niedermayer | Select non jpeg if there are multiple substreams.
|
commit | commitdiff | tree |
2008-01-24 |
Michael Niedermayer | Fix crash for CAVLC->CABAC switch caused by writing...
|
commit | commitdiff | tree |
2008-01-23 |
Michael Niedermayer | Comment to explain how the add/remove core works.
|
commit | commitdiff | tree |
2008-01-22 |
Michael Niedermayer | Cosmetics to speed up finding sections of interest.
|
commit | commitdiff | tree |
2008-01-22 |
Michael Niedermayer | "What speedup justifies an optimization" section
|
commit | commitdiff | tree |
2008-01-21 |
Michael Niedermayer | Faster ff_sqrt()
|
commit | commitdiff | tree |
2008-01-17 |
Michael Niedermayer | Consider initial EOR in the back_ptr calculation.
|
commit | commitdiff | tree |
2008-01-17 |
Michael Niedermayer | Replace idiotic (what moron wrote that code?) "buffer...
|
commit | commitdiff | tree |
2008-01-16 |
Michael Niedermayer | qscale==0 is invalid
|
commit | commitdiff | tree |
2008-01-16 |
Michael Niedermayer | Print removing of nodes in the test code.
|
commit | commitdiff | tree |
2008-01-16 |
Michael Niedermayer | simplify
|
commit | commitdiff | tree |
2008-01-14 |
Michael Niedermayer | Remove green clouds.
|
commit | commitdiff | tree |
2008-01-13 |
Paul Kelly | user specifyable maximum amount of memory to use for...
|
commit | commitdiff | tree |
2008-01-12 |
Michael Niedermayer | Set pts/dts in raw (yuv,rgb,pcm) demuxers.
|
commit | commitdiff | tree |
2008-01-12 |
Michael Niedermayer | Write 0 instead of seeking forward (and leaving bytes...
|
commit | commitdiff | tree |
2008-01-11 |
Michael Niedermayer | Factorize some code into functions, had this in my...
|
commit | commitdiff | tree |
2008-01-11 |
Lars Täuber | Nitpicks patch by Lars Täuber.
|
commit | commitdiff | tree |
2008-01-11 |
Brian Brice | Clear synth_buf on flush(). Part of a patch by Brian...
|
commit | commitdiff | tree |
2008-01-11 |
Brian Brice | Flush mp2 as well on seeking. Part of a patch by Brian...
|
commit | commitdiff | tree |
2008-01-10 |
Michael Niedermayer | unused
|
commit | commitdiff | tree |
2008-01-10 |
Michael Niedermayer | Print libavdevice version.
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | Split range coding chapter in binary and integers
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | argh s/ffmpeg/snow/
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | Range coder state transition table, based on a patch...
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | Remove extra word.
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | Mention damaged input testing.
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | A little proggy i wrote years ago.
|
commit | commitdiff | tree |
2008-01-08 |
Michael Niedermayer | Randomly change the amount of noise if nothing is explicitly...
|
commit | commitdiff | tree |
2008-01-05 |
Michael Niedermayer | Drop non key frames before the first key frame.
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Flip key and element so types match, not that it matters...
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Document O() time.
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Document node removial API.
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Fix selftest.
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Support removing elements.
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Move *malloc() out of tree.c, that way the code can...
|
commit | commitdiff | tree |
2008-01-04 |
lars.taeuber@web.de | A few lines of text about the range coder, part of...
|
commit | commitdiff | tree |
2008-01-04 |
Michael Niedermayer | Always set next correctly, even if a matching element...
|
commit | commitdiff | tree |
2008-01-01 |
Michael Niedermayer | Extract aspect ratio from ODML/vprp.
|
commit | commitdiff | tree |
2007-12-31 |
Michael Niedermayer | Correct doxy about timestamp units of read_timestamp().
|
commit | commitdiff | tree |
2007-12-31 |
Michael Niedermayer | Document return of read_timestamp.
|
commit | commitdiff | tree |
2007-12-31 |
Michael Niedermayer | More verbose aspect ratio error msg.
|
commit | commitdiff | tree |
2007-12-29 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2007-12-29 |
Michael Niedermayer | Try to fix url_split() so that the ?foobar part is...
|
commit | commitdiff | tree |
2007-12-28 |
Michael Niedermayer | Revert hack which should have never been commited.
|
commit | commitdiff | tree |
2007-12-28 |
Michael Niedermayer | Remove AIW support code, it is unfit for ffmpeg svn...
|
commit | commitdiff | tree |
2007-12-27 |
Michael Niedermayer | Fix encoding wmv1 with -mbd 1.
|
commit | commitdiff | tree |
2007-12-27 |
Michael Niedermayer | Fix detected fps for old divx/xvid.
|
commit | commitdiff | tree |
2007-12-26 |
Michael Niedermayer | Do not force fps unless the user actually specified...
|
commit | commitdiff | tree |
2007-12-26 |
Michael Niedermayer | fix pts and keyframe flags for yuv4mpeg
|
commit | commitdiff | tree |
2007-12-25 |
Michael Niedermayer | Prevent silent overwriting of files on windows.
|
commit | commitdiff | tree |
2007-12-25 |
Allan Sandfeld Jensen | Revert r6124, the change was just wrong, other formats...
|
commit | commitdiff | tree |
2007-12-21 |
Michael Niedermayer | closed/needs_more_info state
|
commit | commitdiff | tree |
2007-12-21 |
Michael Niedermayer | More consistent { placement.
|
commit | commitdiff | tree |
2007-12-21 |
Michael Niedermayer | indent
|
commit | commitdiff | tree |
2007-12-21 |
Michael Niedermayer | ~15% faster h264_chroma_mc2/4_c() these also prevent...
|
commit | commitdiff | tree |
2007-12-21 |
Michael Niedermayer | 30% faster h264_chroma_mc8_c(), this also prevents...
|
commit | commitdiff | tree |
2007-12-20 |
Michael Niedermayer | Document ByteIOContext and URLContext change rules.
|
commit | commitdiff | tree |
2007-12-20 |
Michael Niedermayer | Document a few more structure change rules with relation...
|
commit | commitdiff | tree |
2007-12-20 |
Michael Niedermayer | Document structure change rules with relation to ABI...
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Make recently added and still unused read_seek functions...
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Merge recently added and still unused play and pause...
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Remove dead code which disappeared with the last major...
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Remove *_codec_id from AVFormatParameters with the...
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Allow overriding codec_ids.
|
commit | commitdiff | tree |
2007-12-19 |
Michael Niedermayer | Remove unneeded avio wrapper functions.
|
commit | commitdiff | tree |
2007-12-18 |
Michael Niedermayer | A little more doxygenization.
|
commit | commitdiff | tree |
2007-12-18 |
Michael Niedermayer | Document Motion_Est_IDs.
|
commit | commitdiff | tree |
2007-12-18 |
Michael Niedermayer | Remove old variable with the next major version bump.
|
commit | commitdiff | tree |
2007-12-17 |
Michael Niedermayer | another comment ->doxy
|
commit | commitdiff | tree |
2007-12-17 |
Michael Niedermayer | ME default does not belong to the ME type enum.
|
commit | commitdiff | tree |
2007-12-17 |
Michael Niedermayer | change some normal comments to doxy ones
|
commit | commitdiff | tree |
2007-12-17 |
Michael Niedermayer | clarify FIXME
|
commit | commitdiff | tree |
2007-12-15 |
Michael Niedermayer | document how to free the result of av_alloc_format_context()
|
commit | commitdiff | tree |
next |