summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* cosmetics: typoDiego Biurrun2008-05-26
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-26
* small consistency fixes for the ffplay manualStefano Sabatini2008-05-26
* small consistency fixes for the ffserver manualStefano Sabatini2008-05-26
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-26
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
* Update commentVitor Sessak2008-05-26
* Rename var: val -> energyVitor Sessak2008-05-26
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
* update regression ref due to r13412Baptiste Coudurier2008-05-26
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
* replace printf by av_logBaptiste Coudurier2008-05-26
* use av_hex_dump_logBaptiste Coudurier2008-05-26
* use dprintfBaptiste Coudurier2008-05-26
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-26
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-26
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-26
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-26
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-26
* remove unneeded includeBaptiste Coudurier2008-05-26
* split ffm de/muxerBaptiste Coudurier2008-05-26
* reenable test, data is available in this caseBaptiste Coudurier2008-05-26
* indentMichael Niedermayer2008-05-26
* allow av_parser_close(NULL)Michael Niedermayer2008-05-26
* print direct_spatial_mv_predMichael Niedermayer2008-05-26
* Make stream copy of ac3 from riff based formats work.Michael Niedermayer2008-05-26
* parse audio in ogm demuxer.Justin Ruggles2008-05-26
* Make ac3 in avi work better.Michael Niedermayer2008-05-26
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* Make opt_verbose() work again.Michael Niedermayer2008-05-25
* safer solution for setting audio parametersJustin Ruggles2008-05-25
* Merge two if'sVitor Sessak2008-05-25
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-25
* cosmetics: indentJustin Ruggles2008-05-25
* add error concealmentJustin Ruggles2008-05-25
* Yet more cosmeticsVitor Sessak2008-05-25
* More cosmeticsVitor Sessak2008-05-25