2008-05-28 |
Diego Biurrun | cosmetics: spelling typo fixes |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Null pointer check / CID26. |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Fix return type of ff_init_me(). |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | useless |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | minor simplification |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | redundant |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Fixes NULL pointer dereference CID66 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Michael Niedermayer | Tell the user if a AVI is non interleaved. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Check dia size a little more. Fixes CID80. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Remove unused variable 'prefix' from config.mak. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | use internal video frame number |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify, use pointer to codec context in struct instea... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify, use pointer to codec context in struct instea... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Arrays where one element too small, fixes CID114. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | redundant check-- |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | memleak / fixes CID118 |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Fix memleak, fixed CID123. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Do not read from prior the array, fix CID 127. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Michael Niedermayer | Do not use the pts/dts calculation code which needs... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Vitor Sessak | Add comment |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Vitor Sessak | Fix doxy comments |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Dmitry Antipov | Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmanti... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Call x264 and Xvid libx264 and libxvid in the configure... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | cosmetics: XviD is now called Xvid. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | cosmetics: typo fixes |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Stefano Sabatini | Update documentation of show_version() to account for... |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | use AVFifoBuffer |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | merge init and declaration |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify and use version instead |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | simplify |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | cosmetics, remove useless cases and braces |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | use av_fifo_generic_write, old func is deprecated |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Baptiste Coudurier | remove const qualifier, removes warning: |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Do not remove gmon.out on clean, we never create it. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Justin Ruggles | zero the upper frequencies of the correct coefficients |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Remove TAGS target cruft. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Simplify phony target declaration. |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Diego Biurrun | Rename test-server target to servertest for consistency... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | typo |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | register myself as ffm maintainer |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes in variable... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Stefano Sabatini | Clarify avcodec_encode_audio() vs. PCM audio. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Diego Biurrun | consistency cosmetics: indices --> indexes |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Diego Biurrun | cosmetics: typo |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Diego Biurrun | cosmetics: Use C-style comments in #endif directives. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Stefano Sabatini | small consistency fixes for the ffplay manual |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Stefano Sabatini | small consistency fixes for the ffserver manual |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | aac and h264 in flv demuxing |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | aac and h264 in flv muxing |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | aac chan config is 0 if bitstream contains program_conf... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | Support non interleaved avi with phantom streams. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Rename var: add read coefficients a decent name |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Update comment |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Rename var: val -> energy |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Rename var: swapbuf* are LPC related |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Rename var: buffer_2 is an adaptive codebook |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Context vars are not global vars. glob is a bad name... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Vitor Sessak | Rename context struct to be more consistent with the... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | Warn about packed B-frames. (especially useful if the... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | update regression ref due to r13412 |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Måns Rullgård | Revert "Add version information to DLLs." |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | replace printf by av_log |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | use av_hex_dump_log |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | use dprintf |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | cosmetics, add demuxer word |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | cosmetics, remove useless dot |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | return error if frame_offset is negative, prevent segfault |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | return error if len is negative, prevent segfault |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | move ffserver specific functions up and only include... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | move ffm_seek1 before get_pts function since func uses it |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | move DEBUG_SEEK definition before get_pts since func... |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | move get_pts function to avoid useless declaration |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | remove unneeded include |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | split ffm de/muxer |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Baptiste Coudurier | reenable test, data is available in this case |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | allow av_parser_close(NULL) |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | print direct_spatial_mv_pred |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | Make stream copy of ac3 from riff based formats work. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Justin Ruggles | parse audio in ogm demuxer. |
commit | commitdiff | tree | snapshot |
2008-05-26 |
Michael Niedermayer | Make ac3 in avi work better. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Michael Niedermayer | Ensure that one can store X bytes in a fifo of size X. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Michael Niedermayer | Make av_fifo*_read() ignore the available amount of... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Michael Niedermayer | Make opt_verbose() work again. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Justin Ruggles | safer solution for setting audio parameters |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Merge two if's |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Use (u)int16_t instead of (unsigned) short |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Justin Ruggles | set audio parameters if frame header is ok, even if... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Justin Ruggles | cosmetics: indent |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Justin Ruggles | add error concealment |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Yet more cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | More cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Cosmetics |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Rename var |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Minor simplification of dec1() |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Minor simplification of dec2() |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Vitor Sessak | Remove useless variable |
commit | commitdiff | tree | snapshot |
next |