log

age author description
2010-09-02 reimar Optimize/simplify ebml_read_num. libavformat
2010-09-02 cehoyos Cosmetics: Reindent after r25023. libavformat
2010-09-02 cehoyos Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). libavformat
2010-09-01 bcoudurier cosmetics: spaces between and after parentheses libavformat
2010-09-01 bcoudurier gxf muxer only accepts pal or ntsc resolutions currently, so fail if resolution is something else libavformat
2010-08-31 bindhammer Solving memory leak and initialization problem with prev_pkt / pkt. libavformat
2010-08-30 aurel split raw.c into rawdec.c and rawenc.c libavformat
2010-08-30 aurel move raw video demuxer to its own file libavformat
2010-08-30 aurel move pcm muxers to their own file libavformat
2010-08-30 aurel move pcm demuxers to their own file libavformat
2010-08-30 compn add WAWV fourcc, works on V-codecs/WAWV.avi libavformat
2010-08-29 aurel simplify code by using the AV_NE() macro libavformat
2010-08-29 aurel move null muxer to its own file libavformat
2010-08-29 aurel cleanup includes which are not used anymore in raw.c libavformat
2010-08-29 aurel move ac3/eac3 demuxer to its own file libavformat
2010-08-29 aurel move dnxhd demuxer to its own file libavformat
2010-08-29 aurel move dirac demuxer to its own file libavformat
2010-08-29 aurel move h261 demuxer to its own file libavformat
2010-08-29 aurel move h263 demuxer to its own file libavformat
2010-08-29 aurel move h264 demuxer to its own file libavformat
2010-08-29 aurel cosmetic libavformat
2010-08-29 aurel move m4v demuxer to its own file libavformat
2010-08-29 aurel move cavsvideo demuxer to its own file libavformat
2010-08-29 aurel move mpegvideo demuxer to its own file libavformat
2010-08-29 aurel move ingenient demuxer to its own file libavformat
2010-08-29 aurel move DTS demuxer to its own file libavformat
2010-08-29 aurel simplify code by using the AV_NE() macro libavformat
2010-08-29 aurel 10l: aacdec and idroqenc still depend on raw.o libavformat
2010-08-29 aurel rename idroq.c to idroqdec.c libavformat
2010-08-29 aurel move id roq muxer to its own file libavformat
2010-08-29 aurel move ADTS AAC demuxer to its own file libavformat
2010-08-29 mstorsjo rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet libavformat
2010-08-29 mstorsjo Reindent libavformat
2010-08-29 mstorsjo rtpdec: Read RTCP compound packets libavformat
2010-08-29 mstorsjo rtsp: Check the RTCP file handle for new packets, too libavformat
2010-08-28 rbultje Fix two compiler arnings related to printf-format of sizeof()-statements. libavformat
2010-08-28 rbultje stream_selection can be freed in the fail case, in which case it's unassigned. libavformat
2010-08-26 bindhammer Cosmetic changes. libavformat
2010-08-26 bindhammer Insert info from extradata into header libavformat
2010-08-26 bindhammer Added option to write frames interleaved (yet disabled) libavformat
2010-08-25 andoma Make stub version of ff_sdp_write_media() match its prototype libavformat
2010-08-25 mstorsjo Add rtp_get_rtcp_file_handle function libavformat
2010-08-25 mstorsjo Handle IPv6 in the RTSP code libavformat
2010-08-25 mstorsjo Handle IPv6 in the SDP demuxer libavformat
2010-08-25 mstorsjo rtsp: Return EOF if the TCP control channel is closed libavformat
2010-08-25 mstorsjo Reindent libavformat
2010-08-25 mstorsjo Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4 any longer libavformat
2010-08-25 mstorsjo 10l, add new function parameters to resolve_destination for !config_network too libavformat