14182 Commits (ca162a5004fcd2209b6ee1eeb92731cfe1142ca1)
 

Author SHA1 Message Date
Baptiste Coudurier 6ef445fede simplify 17 years ago
Baptiste Coudurier 8d4f0e6749 simplify 17 years ago
Baptiste Coudurier 9caf6781ed cosmetics, remove useless cases and braces 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Baptiste Coudurier fbcb081161 remove const qualifier, removes warning: 17 years ago
Diego Biurrun 1eacdcc644 Do not remove gmon.out on clean, we never create it. 17 years ago
Justin Ruggles bd98e9e230 zero the upper frequencies of the correct coefficients 17 years ago
Diego Biurrun 936d48911a Remove TAGS target cruft. 17 years ago
Diego Biurrun 5caf0949c0 Simplify phony target declaration. 17 years ago
Diego Biurrun 60598b2f9a Rename test-server target to servertest for consistency with other test targets. 17 years ago
Baptiste Coudurier a077f3bc1a typo 17 years ago
Baptiste Coudurier 9641bf3027 register myself as ffm maintainer 17 years ago
Diego Biurrun 1384e27054 consistency cosmetics: indices --> indexes in variable names 17 years ago
Stefano Sabatini 5231f101d1 Clarify avcodec_encode_audio() vs. PCM audio. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Diego Biurrun 30bd40f2f1 cosmetics: typo 17 years ago
Diego Biurrun 756a01f522 cosmetics: Use C-style comments in #endif directives. 17 years ago
Stefano Sabatini b467be729e small consistency fixes for the ffplay manual 17 years ago
Stefano Sabatini d6880d4d26 small consistency fixes for the ffserver manual 17 years ago
Baptiste Coudurier 04fd3e8134 aac and h264 in flv demuxing 17 years ago
Baptiste Coudurier f23496b562 aac and h264 in flv muxing 17 years ago
Baptiste Coudurier 391872e467 aac chan config is 0 if bitstream contains program_config_element 17 years ago
Michael Niedermayer 2be83b96b6 Support non interleaved avi with phantom streams. 17 years ago
Vitor Sessak 6286924461 Rename var: add read coefficients a decent name 17 years ago
Vitor Sessak e9655b3dcd Update comment 17 years ago
Vitor Sessak 2a7b6f251c Rename var: val -> energy 17 years ago
Vitor Sessak e037baf797 Rename var: swapbuf* are LPC related 17 years ago
Vitor Sessak f000bfad3d Rename var: buffer_2 is an adaptive codebook 17 years ago
Vitor Sessak 17a7fc8ceb Context vars are not global vars. glob is a bad name for it. 17 years ago
Vitor Sessak fc9fcbaed5 Rename context struct to be more consistent with the rest of ffmpeg 17 years ago
Michael Niedermayer bc545029bf Warn about packed B-frames. (especially useful if the file in question is 17 years ago
Baptiste Coudurier 0bf017c48b update regression ref due to r13412 17 years ago
Måns Rullgård 0147b92ea5 Revert "Add version information to DLLs." 17 years ago
Baptiste Coudurier 8999c833d1 replace printf by av_log 17 years ago
Baptiste Coudurier a299832f52 use av_hex_dump_log 17 years ago
Baptiste Coudurier ff978de47c use dprintf 17 years ago
Baptiste Coudurier 376aefddad cosmetics, add demuxer word 17 years ago
Baptiste Coudurier 58c37c30b4 cosmetics, remove useless dot 17 years ago
Baptiste Coudurier eea2f032ad return error if frame_offset is negative, prevent segfault 17 years ago
Baptiste Coudurier e5ece1831a return error if len is negative, prevent segfault 17 years ago
Baptiste Coudurier 278f987a33 move ffserver specific functions up and only include unistd.h in this case 17 years ago
Baptiste Coudurier a1e01307ad move ffm_seek1 before get_pts function since func uses it 17 years ago
Baptiste Coudurier 4adcbbbeef move DEBUG_SEEK definition before get_pts since func uses it 17 years ago
Baptiste Coudurier 979b1a0611 move get_pts function to avoid useless declaration 17 years ago
Baptiste Coudurier ce2b665b3d remove unneeded include 17 years ago
Baptiste Coudurier 85a6b01da4 split ffm de/muxer 17 years ago
Baptiste Coudurier ba26712b5c reenable test, data is available in this case 17 years ago
Michael Niedermayer 87b6ea8458 indent 17 years ago
Michael Niedermayer 99c1c3887d allow av_parser_close(NULL) 17 years ago
Michael Niedermayer 4806b9226c print direct_spatial_mv_pred 17 years ago