2010-02-27 |
Michael Niedermayer | Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycle... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Michael Niedermayer | Split *_type setting up, 4 cpu cycles faster. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Zhou Zongyi | Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Laurent Aimar | Fixed a segfault in the DCA decoder with corrupted... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Vitor Sessak | Do not read beyond end of input in EA-TGV. This should... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Martin Storsjö | RTSP muxer: Use a local copy of the AVPacket for sendin... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Only load the topleft mv/ref when the topright is unava... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Remove some useless operations from the code setting... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Francesco Cosoleto | Prevent overflow of start_time + recording_time. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Peter Ross | Add myself as maintainer of the bink demuxer and bink... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Simplify code to set cbp_* |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Benoit Fouet | Fix typos in ref_index documentation. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Move init of right side of ref_cache from fill_caches... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Remove 3 mv_cache zeroing instructions that zeroed... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Remove useless check of the 2 left MBs of a pair being... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Clarify ref_index. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Remove unneeded line of code from the neighbor setting... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Michael Niedermayer | Simplify code in mv_pred. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Get rid of mb2b8_xy and b8_stride, change arrays organi... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Måns Rullgård | Disable suffix rules |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | Remove pointless empty line. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | Apply consistency nit. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | Add the graph2dot tools and document it. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | Replace not anymore valid syntax "-title X" with "... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | svq3 now in working condition, at least vissually,... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | fix compilation, sorry ive not checked cvslog for a... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anton Khirnov | asfenc: write tags in proper UTF-16. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anton Khirnov | asfenc: simplify writing of comment header. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anton Khirnov | asfdec: don't strip the "WM/" prefix, this should be... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Dont allocate direct_table 8 times too large. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Store data in direct_table interleaved. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Simplify intra4x4_pred_mode_cache init. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Reorder intra4x4_pred_mode so that we can read/write... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Store intra4x4_pred_mode per row only. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | unroll tiny and trivial loop. Same speed but clearer. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Benoit Fouet | asf: indent. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Benoit Fouet | asf: add more entries to metadata conv table. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Cut the size of mvd_table by yet another factor of 2. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Michael Niedermayer | Keep mvd_table values of only 2 mb rows. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | 10l: add prefix "TAG:" to the metadata tags key showed... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Stefano Sabatini | Cosmetics: replace "filename" to "arg" for the name... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Alex Converse | aac: Keep decode_band_types() from eating all padding... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Stefano Sabatini | Extend doxy for the src parameter of av_fifo_generic_wr... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | 3rd and hopefully last 100l fix. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Fix doxy and assert(). |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Try to fix 100l compilation failure on some systems. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Change mvd_cache & mvd_table to 8bit, this is overall... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | AV_COPY16() & AV_ZERO16() |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Extend fill_rectangle() support for 16bit |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Calculate mvd without abs() |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Read ASF metadata as proper UTF-16 and spit it out... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Don't add WM prefixes to all written ASF tags. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | switch back to (amvd>2)+(amvd>32), its 5 cpu cycles... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Eliminate put_str16(). |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Add PUT_UTF16() macro. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Factorize common code from the top of decode_cabac_mb_mvd() |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Mention that metadata tags are (unvalidated) UTF-8. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ramiro Polla | Clear freed pointer in ffplay.c. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Replace ad-hoc fill rectangle by fill_rectangle(). |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Kostya Shishkov | ff_msmpeg4_decode_init() calls ff_h263_decode_init... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Peter Ross | it is not necessary to display the decoder name, as... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Peter Ross | low-complexity Bink file seeking |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Peter Ross | set AVINDEX_KEYFRAME correctly for bink |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Yann Coupin | Correctly increment continuity_counter in PCR packets. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Benoit Fouet | asfdec: skip byte array tags. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Benoit Fouet | asfdec: add a debug message about skipped tags. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Benoit Fouet | asfdec: fix a memleak. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Benoit Fouet | asfdec: only unicode tags must have even length. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anton Khirnov | Introduce metadata conversion table for NUT muxer and... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ramiro Polla | FFprobe: take only one input file. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Replace /2 by faster >>1 as the mvd values are now... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Michael Niedermayer | Remove unused variable. Seems i forgot to commit this. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Attempt to fix issue1728 and regression of issue203 |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Set ist->pts to something that isnt guranteed to entang... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Diego Biurrun | Add -Wmissing-prototypes to CFLAGS if available. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Also favor streams with more packets in ffplay. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Dont modify wanted_stream. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | replace wanted_*_stream by wanted_stream[CODEC_TYPE] |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Jai Menon | mlp_parser: Fix memleak. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nash Tsai | vfwcap: support MJPG compressed streams. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ramiro Polla | Reorder buffer debug. Also print out if slice was buffered. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Replace *_index by st_index[codec_type]. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Favor streams with more packets if the user did not... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Count all frames with codec_info_nb_frames not just... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Cosmetics: break all Makefile lines at 80 columns or... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Redesign opt_programid code. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Put codec_info_nb_frames back in AVStream and print... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Michael Niedermayer | Clarify non constness of src in av_fifo_generic_write() |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Peter Ross | Set video stream duration for Bink demuxer |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Martin Storsjö | Cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Peter Ross | Bink audio pts starts at 0, not reported_size |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Peter Ross | Use reported_size to truncate final Bink Audio frame |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix iff demuxer dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix vc1 parser dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix h264 parser dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix mpeg4video parser dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix wmv2 encoder dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix gif encoder dependencies |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Verkamp | Fix snow encoder dependencies |
commit | commitdiff | tree | snapshot |
next |